You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every object gets their own handler accessible from the OpenAI class except for completions (both completions and chat completions). They each should get their own handler. This will also help the API match up better with the official APIs provided by OpenAI
The text was updated successfully, but these errors were encountered:
Every object gets their own handler accessible from the
OpenAI
class except for completions (both completions and chat completions). They each should get their own handler. This will also help the API match up better with the official APIs provided by OpenAIThe text was updated successfully, but these errors were encountered: