Skip to content

Commit

Permalink
Add removed groq text
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew committed Mar 17, 2024
1 parent 184f58d commit 885029e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ func showHelpMessage() {

boldBlue.Println("\nProviders:")
fmt.Println("The default provider is phind which uses Phind model.")
fmt.Println("Available providers to use: openai, opengpts, koboldai, phind, llama2, blackboxai, ollama")
fmt.Println("Available providers to use: openai, opengpts, koboldai, phind, llama2, blackboxai, ollama and groq")

bold.Println("\nProvider: openai")
fmt.Println("Needs API key to work and supports various models")
Expand All @@ -484,6 +484,9 @@ func showHelpMessage() {
bold.Println("\nProvider: ollama")
fmt.Println("Needs to be run locally. Supports many models")

bold.Println("\nProvider: groq")
fmt.Println("Requires a free API Key. Supports LLaMA2-70b & Mixtral-8x7b")

boldBlue.Println("\nExamples:")
fmt.Println(`tgpt "What is internet?"`)
fmt.Println(`tgpt -m`)
Expand Down

0 comments on commit 885029e

Please sign in to comment.