-
-
Notifications
You must be signed in to change notification settings - Fork 721
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
Litellm support not working #1269
Labels
bug
Something isn't working
Comments
+1 |
2 similar comments
+1 |
+1 |
I also have this issue. |
If you're using
Sorry will update the docs, thanks for sounding this out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What Model are you using?
Describe the bug
[Instructor's example code (from the documentation page) to create a client using the from_litellm method doesn't run
Code:
Output:
AttributeError: 'NoneType' object has no attribute 'completion'
Replacing the invocation method from "completion" to "messages.create" also does not work, as it yields an error of Unsupported Parameters even if the model has support for tools, i.e.
Code:
Output:
Note that simple function calling works fine for these models on LiteLLM standalone:
Code:
To Reproduce
Code:
Expected behavior
Output:
The text was updated successfully, but these errors were encountered: