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
fix: remove stream_options from xAI provider to fix Grok 4 API errors
- Removed stream_options: { include_usage: true } from XAIHandler
- Grok models do not support the stream_options parameter
- This fixes API errors when using Grok 4 model
- Updated tests to reflect the change
Fixes#6211
0 commit comments