Merge branch 'main' into fix/provider-registration-bugs

This commit is contained in:
Martin
2026-04-05 16:39:08 +02:00
committed by GitHub
6 changed files with 54 additions and 7 deletions
+4 -2
View File
@@ -419,11 +419,13 @@ class Provider:
def minimax_fn(self, history, verbose=False):
"""
Use MiniMax API to generate text via OpenAI-compatible interface.
Supported models:
- MiniMax-M2.7: Latest flagship model with enhanced reasoning and coding
- MiniMax-M2.7-highspeed: High-speed version of M2.7 for low-latency scenarios
- MiniMax-M2.5: Peak performance model (~60 tps), 204,800 context window
- MiniMax-M2.5-highspeed: Same performance, faster (~100 tps)
Note: temperature must be in range (0.0, 1.0], default is 1.0
"""
load_dotenv()