aandrew-me / tgpt

AI Chatbots in terminal without needing API keys
GNU General Public License v3.0
2.04k stars 171 forks source link

After addition of groq please update documentations for it too #241

Closed Greatz08 closed 7 months ago

Greatz08 commented 8 months ago

groq is working absolutely fine but documentation is not updated so please update it. Right now i was running in interactive mode with following command : tgpt --provider groq --key xxxxxxxxxxxxx -i and was able to conversate and i believe by default it is mixtral which is absolutely fine and i and max wanted so if i use provider as just groq then it use mixtral but groq supports some more too like - 1) Llama 2 70B (4096 Context Length) 2)Llama 2 7B (2048 Context Length) 3) Gemma 7B (8K Context Length)

so are they also supported by default? if yes then how to select and use these model instead of mixtral and if it not supported by default for now then do you plan to add these accordingly

aandrew-me commented 8 months ago

By default model is "mixtral-8x7b-32768" You can use some other model with — model