-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
feat: add xai support #55
Conversation
The manager use ucfirst on the provider string / enum value. While this works, we should ensure the casing is correct.
✅ Deploy Preview for stunning-cannoli-238aa5 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
For context: I've never used Grok/xAI before. Can you take a look at the providers docs ( I want to make sure we capture any specific configurations or limitations. Based on the code, it doesn't look like Grok supports images, is this true of the API? |
Consideration wise XAI only support Text Generation and Tool calling. Image support is not there ate the moment.I will update the docs accordingly. |
@sixlive I have added this is docs. Please check it. |
Resolves #50