restore CLI commands, keep default model

This commit is contained in:
Re-bin
2026-02-02 12:30:56 +00:00
parent 64a97c3dd9
commit 8d834d9b10
3 changed files with 276 additions and 43 deletions

View File

@@ -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