Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew committed Mar 30, 2024
1 parent 80bfb68 commit 4473936
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ Options:
-u, --update Update program
Providers:
The default provider is phind which uses 'GPT-3.5-turbo' model.
Available providers to use: openai, opengpts, koboldai, phind, llama2, blackboxai
The default provider is phind which uses Phind model.
Available providers to use: openai, opengpts, koboldai, phind, llama2, blackboxai, ollama and groq
Provider: openai
Needs API key to work and supports various models
Expand All @@ -68,6 +68,12 @@ Llama 2 is an open source large language model (LLM) developed by Meta AI. Uses
Provider: blackboxai
Uses BlackBox model. Great for developers
Provider: ollama
Needs to be run locally. Supports many models
Provider: groq
Requires a free API Key. Supports LLaMA2-70b & Mixtral-8x7b
Examples:
tgpt "What is internet?"
tgpt -m
Expand Down

0 comments on commit 4473936

Please sign in to comment.