diff --git a/docker-images/Dockerfile.agent b/docker-images/Dockerfile.agent index f5cc6cc..2b99e41 100644 --- a/docker-images/Dockerfile.agent +++ b/docker-images/Dockerfile.agent @@ -63,11 +63,11 @@ cat < /root/.config/opencode/opencode.json { "plugin": ["oh-my-opencode"], "theme": "oh-my-opencode", - "model": "local/hf.co/unsloth/GLM-4.7-Flash-GGUF:Q6_K", - "small_model": "local/gemma3:4b", + "model": "local/qwen3", + "small_model": "local/gemma3", "default_agent": "Sisyphus", "provider": { - "local": { + "halo": { "npm": "@ai-sdk/openai-compatible", "name": "local models", "options": { "baseURL": "http://host.docker.internal:11434/v1" }, @@ -87,10 +87,10 @@ EOF RUN cat < /root/.config/opencode/oh-my-opencode.json { "agents": { - "Sisyphus": { "model": "local/hf.co/unsloth/GLM-4.7-Flash-GGUF:Q6_K" }, - "Oracle": { "model": "local/hf.co/LiquidAI/LFM2-24B-A2B-GGUF:Q8_0" }, - "Librarian": { "model": "local/hf.co/unsloth/GLM-4.7-Flash-GGUF:Q6_K" }, - "Hephaestus": { "model": "local/qwen3-coder-next:latest" } + "Sisyphus": { "model": "halo/glm47" }, + "Oracle": { "model": "halo/lfm2" }, + "Librarian": { "model": "halo/glm47" }, + "Hephaestus": { "model": "halo/qwen3" } }, "disabled_agents": ["multimodal-looker"], "confirm_dangerous_actions": false