blob: 6825b8563fdfef7a44b50ffd86e9147d947665e0 (
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
|
pkgbase = python-owega
pkgdesc = TUI / CLI interface for conversing with GPT models (from OpenAI and +)
pkgver = 5.20.2
pkgrel = 1
url = https://pypi.org/project/owega/
arch = any
license = custom:DGPL-1.0
makedepends = python-setuptools
depends = python
depends = python-beautifulsoup4
depends = python-editor
depends = python-json5
depends = python-lxml
depends = python-openai
depends = python-prompt_toolkit
depends = python-requests
depends = python-setuptools
optdepends = python-rich: fancy output print for TUI
optdepends = python-pygame: for TTS audio output
optdepends = python-markdownify: for better webpage handling (get_page function)
optdepends = python-tiktoken: better token estimation
source = https://files.pythonhosted.org/packages/source/o/owega/owega-5.20.2.tar.gz
b2sums = 18a59dfe7d9109265238d3fa65a6c44e43b127fe80d660b38810c0ac45ab5ca984657b7645c2c63a4b5fceb9d0b64712840c4f94c07defbe9c0f03278adc5144
pkgname = python-owega
|