fix(ai): switch xiaomi models to openai completions

closes #4505
This commit is contained in:
Mario Zechner
2026-05-18 00:14:31 +02:00
parent 266234047a
commit ed3904ddd3
3 changed files with 69 additions and 65 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed Xiaomi MiMo model metadata to use the OpenAI-compatible endpoints and `openai-completions` API, restoring multi-turn thinking/tool-call sessions ([#4505](https://github.com/earendil-works/pi/issues/4505)).
## [0.75.0] - 2026-05-17
### Breaking Changes