We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As in title, since this is already using litellm, shouldn't be difficult to allow the use of Groq.
The text was updated successfully, but these errors were encountered:
@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]
Sorry, something went wrong.
No branches or pull requests
As in title, since this is already using litellm, shouldn't be difficult to allow the use of Groq.
The text was updated successfully, but these errors were encountered: