-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat (provider/openai): set stream_options/include_usage to true when streaming #1578
Conversation
Putting 'stream_options' in the request body breaks completions for at least Groq.
Raw response: |
Can you use We need streamOptions for OpenAI, which should work correctly out of the box. I'm torn between introducing a |
@minkiha fixed with |
No description provided.