feat(deepseek): Implement Phase 1 infrastructure and provider interface
This commit is contained in:
2
gui_2.py
2
gui_2.py
@@ -29,7 +29,7 @@ from pydantic import BaseModel
|
||||
from imgui_bundle import imgui, hello_imgui, immapp
|
||||
|
||||
CONFIG_PATH = Path("config.toml")
|
||||
PROVIDERS = ["gemini", "anthropic", "gemini_cli"]
|
||||
PROVIDERS = ["gemini", "anthropic", "gemini_cli", "deepseek"]
|
||||
COMMS_CLAMP_CHARS = 300
|
||||
|
||||
def load_config() -> dict:
|
||||
|
||||
Reference in New Issue
Block a user