How to handle types from the acompletion in python sdk? #6964
Unanswered
Nikola-Milovic
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey! i had a typesafe implementation with openai python sdk, but when I switched to litellm I've noticed having issues with types since everything is
type | Unknown
This example worked perfectly before
Now its full of type errors
And I couldnt find any example that actually handles types properly
Beta Was this translation helpful? Give feedback.
All reactions