shell_gpt icon indicating copy to clipboard operation
shell_gpt copied to clipboard

Feature: Add support for Groq API key and models

Open nerder opened this issue 1 year ago • 3 comments

As in title, since this is already using litellm, shouldn't be difficult to allow the use of Groq.

nerder avatar Aug 21 '24 01:08 nerder

@nerder Actually it already supports. I succeeded to configure it.

Try this.

DEFAULT_MODEL=llama3-8b-8192
API_BASE_URL=https://api.groq.com/openai/v1
OPENAI_USE_FUNCTIONS=false
OPENAI_API_KEY=[Your Groq API key here]

wrongite avatar Sep 21 '24 13:09 wrongite

Please add support for the groq as well

sarojbelbase avatar Dec 24 '24 08:12 sarojbelbase

@sarojbelbase Follow #655 instruction

sjanaX01 avatar Dec 26 '24 10:12 sjanaX01