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
I've noticed that I have to use the "strict" mode with OpenAI to get the usage when streaming.
I would love to see more granular control, for example
createOpenAI({
...
apiCompatibility: {
stream_usage: true;
[ ... possible other features in the future ... ]
}
});
### Use Case
_No response_
### Additional context
_No response_
The text was updated successfully, but these errors were encountered:
Feature Description
I've noticed that I have to use the "strict" mode with OpenAI to get the usage when streaming.
I would love to see more granular control, for example
The text was updated successfully, but these errors were encountered: