Replies: 1 comment 3 replies
-
honestly know, i'm pretty hesitant to introduce a new sdk to wrap an existing sdk. its another layer of abstraction i didn't earn |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For some time we have the openai client object - so instead of patching the library we could just store the openai client object, use it to make calls and then process the response.
The example would become:
When creating the Instructor one could also pass a client - this would be useful for tests.
Beta Was this translation helpful? Give feedback.
All reactions