-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add Grok/XAI support to the LLM abstraction #148
Comments
/mycoder, can you implement a Grok integration and can you make a PR of the resulting implementation? |
github-actions bot
pushed a commit
that referenced
this issue
Mar 12, 2025
- Created XAI provider implementation - Updated provider registry and configuration - Added tests and documentation Closes #148
Hi @bhouston, I've implemented the Grok/XAI integration as requested. The PR is available at #211. The implementation includes:
Once the PR is merged, users will be able to:
Let me know if you'd like any changes or have any questions about the implementation! |
This was referenced Mar 13, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add Grok/XAI support to the LLM abstraction
After implementing the new LLM abstraction with Anthropic support, we need to add support for Grok/XAI models.
Tasks
Benefits
The text was updated successfully, but these errors were encountered: