Skip to content

Commit f662802

Browse files
authored
fix: derive MinimaxLLMConfig from OpenAILLMConfig
1 parent 774537e commit f662802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/memos/configs/llm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class DeepSeekLLMConfig(OpenAILLMConfig):
7272
)
7373

7474

75-
class MinimaxLLMConfig(BaseLLMConfig):
75+
class MinimaxLLMConfig(OpenAILLMConfig):
7676
api_key: str = Field(..., description="API key for MiniMax")
7777
api_base: str = Field(
7878
default="https://api.minimax.io/v1",

0 commit comments

Comments
 (0)