restore CLI commands, keep default model
This commit is contained in:
@@ -21,7 +21,7 @@ class LiteLLMProvider(LLMProvider):
|
||||
self,
|
||||
api_key: str | None = None,
|
||||
api_base: str | None = None,
|
||||
default_model: str = "glm-4.7-flash"
|
||||
default_model: str = "anthropic/claude-opus-4-5"
|
||||
):
|
||||
super().__init__(api_key, api_base)
|
||||
self.default_model = default_model
|
||||
|
||||
Reference in New Issue
Block a user