fix: update MiniMaxConnector default model to MiniMax-M2.7 #47

Merged
shoko merged 1 commits from fix/minimax-connector-model into main 2026-04-10 06:00:37 +02:00
Showing only changes of commit 82645dfb3b - Show all commits

View File

@@ -33,7 +33,7 @@ class MiniMaxLLM:
class MiniMaxConnector: class MiniMaxConnector:
def __init__(self, api_key: str, model: str = "MiniMax-Text-01"): def __init__(self, api_key: str, model: str = "MiniMax-M2.7"):
self.api_key = api_key self.api_key = api_key
self.model = model self.model = model