New
- Import highlights #920
- Add
{{model}},{{modelId}}, and{{modelProvider}}variables for Interpreter #360
Improved
- Update provider presets with the latest models
- Update to Defuddle 0.19.2
Fixes
- Fix Interpreter errors with recent Anthropic models #919
- Fix Interpreter requests failing with newer Google API keys by using the native Gemini API #790
- Fix DeepSeek requests missing
max_tokens, and disable thinking mode #915 - Fix Azure OpenAI parameter and model deployment handling #614
- Fix custom OpenAI-compatible providers that default to streaming responses #822
- Fix silent failures when the Interpreter response is truncated or can't be parsed, and raise the output limit #901
- Fix Interpreter responses without a
choicesarray #349