Skip to content

Commit 885029e

Browse files
author
Andrew
committed
Add removed groq text
1 parent 184f58d commit 885029e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

main.go

+4-1
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ func showHelpMessage() {
461461

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

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

487+
bold.Println("\nProvider: groq")
488+
fmt.Println("Requires a free API Key. Supports LLaMA2-70b & Mixtral-8x7b")
489+
487490
boldBlue.Println("\nExamples:")
488491
fmt.Println(`tgpt "What is internet?"`)
489492
fmt.Println(`tgpt -m`)

0 commit comments

Comments
 (0)