Commit 13ca8e1
authored
✨ feat: Support Interleaved thinking in MiniMax (#10255)
feat: Enhance LobeMinimaxAI with interleaved thinking and message processing
- Updated LobeMinimaxAI to handle new message structure including reasoning details.
- Added logic to process messages for reasoning content and signatures.
- Resolved parameters with constraints and included reasoning_split in the payload.
test: Update snapshots for NovitaAI, OpenAI, and PPIO models
- Added new models and updated existing model descriptions in snapshots for NovitaAI.
- Updated OpenAI model snapshots to reflect new model additions and descriptions.
- Included new DeepSeek models in PPIO snapshots with detailed descriptions.
fix: Improve error messages for quota and permission issues
- Enhanced error messages for quota limits and permissions to improve clarity and user experience.1 parent fbcd046 commit 13ca8e1
File tree
9 files changed
+2552
-8
lines changed- packages/model-runtime/src
- core
- contextBuilders
- streams/openai
- __snapshots__
- providers
- minimax
- novita/__snapshots__
- openai/__snapshots__
- ppio/__snapshots__
- src/locales/default
9 files changed
+2552
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
0 commit comments