Добавить small_model в opencode.json

This commit is contained in:
2026-04-13 14:50:29 +03:00
parent 0290cb4102
commit ebaad75087

View File

@@ -1,5 +1,6 @@
{ {
"$schema": "https://opencode.ai/config.json", "$schema": "https://opencode.ai/config.json",
"model": "ollama/qwen3.5-agent", "model": "ollama/qwen3.5-agent",
"small_model": "ollama/qwen3.5",
"instructions": [ "AGENTS.md" ] "instructions": [ "AGENTS.md" ]
} }