minimax updates

some `debug`s -> `trace`s

add western US base_url to docs

ensure error_message is defined

add deprecation warning for `english_normalization` param
This commit is contained in:
vipyne
2025-11-04 15:40:38 -06:00
parent 616e6ba351
commit 17cf6c56cf
3 changed files with 48 additions and 83 deletions

View File

@@ -241,6 +241,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Removed `needs_mcp_alternate_schema()` from `LLMService`. The mechanism that
relied on it went away.
- In `MiniMaxHttpTTSService`:
-- Added support for speech-2.6-hd and speech-2.6-turbo models
-- Added languages: Afrikaans, Bulgarian, Catalan, Danish, Persian, Filipino, Hebrew,
Croatian, Hungarian, Malay, Norwegian, Nynorsk, Slovak, Slovenian, Swedish, and Tamil
-- Added new emotions: calm and fluent
### Fixed
- Restore backwards compatibility for vision/image features (broken in 0.0.92)