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 OpenAI provider compatibility with newer models
- Convert max_tokens to max_completion_tokens for all OpenAI API calls
- Remove temperature parameter for GPT-5 and o-series models (they only support default)
- Bump version to 0.1.2
- Update CHANGELOG with compatibility fixes
These changes ensure OneLLM works seamlessly with GPT-5, o1, o3, and future OpenAI models
while maintaining backward compatibility for existing code.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments