blob: 703ef03ce48fa07a5af55ae20155b5fb09a5f43f (
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.3.0
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.3.0.tar.gz
sha256sums = 23ea2b283db8b90231146354905c3fdf85f84651e6c23fdc2076f3656743b33f
pkgname = python-gpt-command-line
|