-
Notifications
You must be signed in to change notification settings - Fork 3
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
support for other APIs #179
Comments
Yes! @CharlieJCJ is adding this via #141 using litellm as a backend. We should then be able to support the following: https://docs.litellm.ai/docs/providers with basic prompting. For structured output, we are testing more individually and will provide a list of support models. |
@ifiaposto LiteLLM backend is tested and supported in |
If you want to try this out now you can do
And run the example for gemini
And the example for gemini + claude
Please let us know if you run into any issues! |
thanks so much, Ryan. great work! yeap. it worked! I just needed to manually install dev branch: main is throwing:
after the right installation, I am getting some recipes :)) :
|
Thanks! It was all @CharlieJCJ :D |
are there plans to support requests for other APIs != openai e.g claude?
The text was updated successfully, but these errors were encountered: