Skip to content
New issue

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

Feature: Add support for Groq API key and models #615

Open
nerder opened this issue Aug 21, 2024 · 1 comment
Open

Feature: Add support for Groq API key and models #615

nerder opened this issue Aug 21, 2024 · 1 comment

Comments

@nerder
Copy link

nerder commented Aug 21, 2024

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

@wrongite
Copy link

@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]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants