Compare commits
1 Commits
c17fa243a1
...
fix/minima
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
82645dfb3b |
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user