blob: 8a3926799549ad5ea7f9c76e8a93340fd19b2f57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
pkgbase = python-gpt-command-line
pkgdesc = Command-line interface for ChatGPT, Claude and Bard
pkgver = 0.4.3
pkgrel = 1
url = https://github.com/kharvd/gpt-cli
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
depends = python-anthropic
depends = python-attrs
depends = python-black
depends = python-cohere
depends = python-google-generativeai
depends = python-openai
depends = python-mistralai
depends = python-prompt_toolkit
depends = python-pytest
depends = python-pyyaml
depends = python-rich
depends = python-typing_extensions
depends = python-cohere
provides = gpt
options = !emptydirs
source = https://files.pythonhosted.org/packages/source/g/gpt_command_line/gpt_command_line-0.4.3.tar.gz
sha256sums = e33de61615e59815249902f4901b03c666e40dab0f875adff84bffe1cad499c6
pkgname = python-gpt-command-line
|