What's Changed
- Fix: OpenAI-compatible endpoint compatibility with newer models — Newer OpenAI-family models (
gpt-5.4-nano,gpt-5.4-mini) reject requests containing the deprecatedmax_tokensparameter even whenmax_completion_tokensis also present. OpenOats now sends onlymax_completion_tokens, which is supported by all current providers. (#177, closes #176) - Housekeeping: Homebrew cask updated to 1.29.3
Contributors
Thanks to @milimat0810 for the detailed bug report and root cause analysis in #176.