fix(ai): revert minimax max token clamp

This commit is contained in:
Mario Zechner
2026-06-25 13:35:12 +02:00
parent 4cc339f58d
commit f78b163713
11 changed files with 0 additions and 362 deletions
-1
View File
@@ -4,7 +4,6 @@
### Fixed
- Fixed MiniMax (`minimax`, `minimax-cn`) sessions failing on long conversations with `unknown error, 999` or `context window exceeds limit (2013)` by clamping `max_tokens` for shared-budget MiniMax models ([#6061](https://github.com/earendil-works/pi/issues/6061)).
- Fixed disk BMP image files to be detected, converted to PNG, and attached through `read` and CLI `@file` inputs ([#6047](https://github.com/earendil-works/pi/issues/6047)).
- Fixed auto-retry for provider stream errors that explicitly tell callers to retry the request ([#6019](https://github.com/earendil-works/pi/issues/6019)).