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
Replace Chat Completions API with Responses API across all adapters:
- Update endpoint paths to use `/responses` instead of `/chat/completions`
- Simplify request/response handling with new API format
- Update model defaults to GPT-5 series (`gpt-5-mini`, `gpt-5-nano`)
- Add formatting instructions to prevent quotation marks in translations
- Improve error handling and stream processing
- Update documentation for Azure OpenAI and OpenAI Compatible endpoints
0 commit comments