forked from Lainports/freebsd-ports
www/tgpt: Update 2.9.0 → 2.9.1
* Fixed blackbox image generation * Changed blackbox text generation model to Deepseek-R1 ChangeLog: https://github.com/aandrew-me/tgpt/releases/tag/v2.9.1 PR: 284590
This commit is contained in:
parent
c62906c6f3
commit
62b3fd1094
3 changed files with 11 additions and 12 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= tgpt
|
PORTNAME= tgpt
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 2.9.0
|
DISTVERSION= 2.9.1
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
|
|
||||||
MAINTAINER= nxjoseph@protonmail.com
|
MAINTAINER= nxjoseph@protonmail.com
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
TIMESTAMP = 1738423054
|
TIMESTAMP = 1738760772
|
||||||
SHA256 (go/www_tgpt/tgpt-v2.9.0/v2.9.0.mod) = 140067072dbe06468274419d363bdb1983c75789580af1762234e73bc6e68af7
|
SHA256 (go/www_tgpt/tgpt-v2.9.1/v2.9.1.mod) = 419084ed0cd4a827ad2ca8fecaabeaf17abaaa104cbef9faead421f1b1804cc0
|
||||||
SIZE (go/www_tgpt/tgpt-v2.9.0/v2.9.0.mod) = 2233
|
SIZE (go/www_tgpt/tgpt-v2.9.1/v2.9.1.mod) = 2573
|
||||||
SHA256 (go/www_tgpt/tgpt-v2.9.0/v2.9.0.zip) = e7cd365a9641a238ea213fd9825b2d51fef4719d4b44a5cbab6fe8efdc6106de
|
SHA256 (go/www_tgpt/tgpt-v2.9.1/v2.9.1.zip) = f7d0c6ebb5ceb8f6219ebbe83b29ccdf53114ee96f03bd46730f061b90397b26
|
||||||
SIZE (go/www_tgpt/tgpt-v2.9.0/v2.9.0.zip) = 59834
|
SIZE (go/www_tgpt/tgpt-v2.9.1/v2.9.1.zip) = 60315
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,7 @@
|
||||||
tgpt is a cross-platform command-line interface (CLI) tool to use AI chatbots
|
tgpt is a cross-platform command-line interface (CLI) tool to use AI chatbots
|
||||||
in your Terminal without requiring API keys. It supports these providers:
|
in your Terminal without requiring API keys. It supports these providers:
|
||||||
Blackbox AI (Blackbox model), Deepseek (Requires API key), Duckduckgo
|
Blackbox AI (Several models), Deepseek (Requires API key), Duckduckgo
|
||||||
(Supports several models), Groq (Requires a free API Key. LLaMA2-70b
|
(Supports several models), Groq (Requires a free API Key. Many models),
|
||||||
& Mixtral-8x7b), Isou (Deepseek-chat with SEARXNG), KoboldAI
|
Isou (Deepseek-chat with SEARXNG), KoboldAI (koboldcpp/HF_SPACE_Tiefighter-13B),
|
||||||
(koboldcpp/HF_SPACE_Tiefighter-13B), Ollama (Supports many models),
|
Ollama (Supports many models), OpenAI (All models, Requires API Key, supports
|
||||||
OpenAI (All models, Requires API Key, supports custom endpoints),
|
custom endpoints), Phind (Phind Model), Pollinations (Many free models).
|
||||||
Phind (Phind Model), Pollinations (Many free models).
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue