9
9
tgpt is a cross-platform command-line interface (CLI) tool that allows you to use AI chatbot in your Terminal without requiring API keys.
10
10
11
11
### Currently available providers:
12
- <!-- - [OpenGPTs](https://opengpts-example-vz4y4ooboq-uc.a.run.app/) (GPT-3.5-turbo) -->
12
+ - [ OpenGPTs] ( https://opengpts-example-vz4y4ooboq-uc.a.run.app/ ) (GPT-3.5-turbo)
13
13
- [ KoboldAI] ( https://koboldai-koboldcpp-tiefighter.hf.space/ ) (koboldcpp/HF_SPACE_Tiefighter-13B)
14
14
- [ Phind] ( https://www.phind.com/agent ) (Phind Model)
15
- - [ Llama2] ( https://www.llama2.ai/ ) (Llama 2 70b)
15
+ <!-- - [Llama2](https://www.llama2.ai/) (Llama 2 70b) -->
16
16
- [ Blackbox AI] ( https://www.blackbox.ai/ ) (Blackbox model)
17
17
- [ OpenAI] ( https://platform.openai.com/docs/guides/text-generation/chat-completions-api ) (All models, Requires API Key)
18
18
@@ -49,7 +49,7 @@ Options:
49
49
50
50
Providers:
51
51
The default provider is phind. The AI_PROVIDER environment variable can be used to specify a different provider.
52
- Available providers to use: openai, opengpts, koboldai, phind, llama2, blackboxai, ollama and groq
52
+ Available providers to use: openai, opengpts, koboldai, phind, blackboxai, ollama and groq
53
53
54
54
Provider: openai
55
55
Needs API key to work and supports various models. Recognizes the OPENAI_API_KEY and OPENAI_MODEL environment variables.
@@ -63,9 +63,6 @@ Uses koboldcpp/HF_SPACE_Tiefighter-13B only, answers from novels
63
63
Provider: phind
64
64
Uses Phind Model. Great for developers
65
65
66
- Provider: llama2
67
- Llama 2 is an open source large language model (LLM) developed by Meta AI. Uses llama2-70b by default. Supports other models.
68
-
69
66
Provider: blackboxai
70
67
Uses BlackBox model. Great for developers
71
68
0 commit comments