[mod] fix?

This commit is contained in:
Andy Bunce 2026-02-27 17:14:47 +00:00
parent 7027250458
commit dbef501220

View file

@ -63,8 +63,8 @@ cat <<EOF > /root/.config/opencode/opencode.json
{ {
"plugin": ["oh-my-opencode"], "plugin": ["oh-my-opencode"],
"theme": "oh-my-opencode", "theme": "oh-my-opencode",
"model": "local/glm47", "model": "local/hf.co/unsloth/GLM-4.7-Flash-GGUF:Q6_K",
"small_model": "local/gemma", "small_model": "local/gemma3:4b",
"default_agent": "Sisyphus", "default_agent": "Sisyphus",
"provider": { "provider": {
"local": { "local": {
@ -87,10 +87,10 @@ EOF
RUN cat <<EOF > /root/.config/opencode/oh-my-opencode.json RUN cat <<EOF > /root/.config/opencode/oh-my-opencode.json
{ {
"agents": { "agents": {
"sisyphus": { "model": "local/glm47" }, "Sisyphus": { "model": "local/hf.co/unsloth/GLM-4.7-Flash-GGUF:Q6_K" },
"oracle": { "model": "local/lfm2" }, "Oracle": { "model": "local/hf.co/LiquidAI/LFM2-24B-A2B-GGUF:Q8_0" },
"librarian": { "model": "local/glm47" }, "Librarian": { "model": "local/hf.co/unsloth/GLM-4.7-Flash-GGUF:Q6_K" },
"build": { "model": "local/qwen3" } "Hephaestus": { "model": "local/qwen3-coder-next:latest" }
}, },
"disabled_agents": ["multimodal-looker"], "disabled_agents": ["multimodal-looker"],
"confirm_dangerous_actions": false "confirm_dangerous_actions": false