-
Notifications
You must be signed in to change notification settings - Fork 329
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]: support groq #346
Comments
we support openAI and Anthropic and other providers like local ollama, you can make groq work without hacks by adding a new provider similar to what we have for Anthropic support |
@di-sukharev can you elaborate this ? I am kinda stuck in the same situation and looking for a way around. |
i mean instead of removing the piece of config — just make a check for the groq config and add a model name to the predefined list those config validators help you configure correct values, we should not remove them |
Hey @hacker-hackman @Nidesh-Arumugam, groq available in latest release !! Probably should close this @di-sukharev. |
Description
Add support for API at
groq.com
.Suggested Solution
groq api is compatible with openai api so basically no additional functionality is required.
Alternatives
I achieved groq support by
opencommit
just by removing corresponding checks for API key name and model name in cli.cjs:my
.opencommit
config:Additional Context
No response
The text was updated successfully, but these errors were encountered: