mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-06-02 06:13:46 +02:00
feat(opencode): integrate OpenCode Zen provider and API key support (#426)
This commit is contained in:
@@ -8,6 +8,7 @@ from config.provider_catalog import (
|
||||
LMSTUDIO_DEFAULT_BASE,
|
||||
NVIDIA_NIM_DEFAULT_BASE,
|
||||
OLLAMA_DEFAULT_BASE,
|
||||
OPENCODE_DEFAULT_BASE,
|
||||
OPENROUTER_DEFAULT_BASE,
|
||||
WAFER_DEFAULT_BASE,
|
||||
)
|
||||
@@ -20,6 +21,7 @@ __all__ = (
|
||||
"LMSTUDIO_DEFAULT_BASE",
|
||||
"NVIDIA_NIM_DEFAULT_BASE",
|
||||
"OLLAMA_DEFAULT_BASE",
|
||||
"OPENCODE_DEFAULT_BASE",
|
||||
"OPENROUTER_DEFAULT_BASE",
|
||||
"WAFER_DEFAULT_BASE",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user