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
In my current project i use a lot of structured outputs, which are currently in the "beta" section of the OpenAI API : openaiClient.beta.chat.completions.parse .
Would you consider instrumenting this additional method ? Right now i have to compose the Generations and send them to Literal myself.
The text was updated successfully, but these errors were encountered:
In my current project i use a lot of structured outputs, which are currently in the "beta" section of the OpenAI API :
openaiClient.beta.chat.completions.parse
.Would you consider instrumenting this additional method ? Right now i have to compose the Generations and send them to Literal myself.
The text was updated successfully, but these errors were encountered: