We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 774537e commit f662802Copy full SHA for f662802
src/memos/configs/llm.py
@@ -72,7 +72,7 @@ class DeepSeekLLMConfig(OpenAILLMConfig):
72
)
73
74
75
-class MinimaxLLMConfig(BaseLLMConfig):
+class MinimaxLLMConfig(OpenAILLMConfig):
76
api_key: str = Field(..., description="API key for MiniMax")
77
api_base: str = Field(
78
default="https://api.minimax.io/v1",
0 commit comments