1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = chatgpt.sh
pkgdesc = Shell wrapper for OpenAI's ChatGPT, DALL-E, Whisper, and TTS. Features LocalAI, Ollama, Gemini and Mistral integration.
pkgver = 0.56.9
pkgrel = 1
url = https://gitlab.com/fenixdragao/shellchatgpt
arch = any
license = GPL3
makedepends = git
depends = bash
depends = curl
depends = jq
optdepends = imagemagick: edit input images
optdepends = xdg-utils: open images (xdg-open, open)
optdepends = sox: audio recorder (arecod, ffmpeg)
optdepends = mpv: audio player (sox, vlc, ffmpeg, afplay)
optdepends = xsel: copy output to clipboard (xclip)
optdepends = python: count input tokens (tiktoken)
optdepends = bat: render markdown (pygmentize, glow, mdcat, mdless)
optdepends = w3m: dump url text (lynx, elinks, links)
source = chatgpt.sh-0.56.9::git+https://gitlab.com/fenixdragao/shellchatgpt.git#commit=76a353c79f1e4fb7677de34295f2b51eccd126c6
sha256sums = SKIP
pkgname = chatgpt.sh
|