opencode: use llama 3.1 8b for small_model

This commit is contained in:
Simon Gardling 2025-11-21 12:29:27 -05:00
parent 8a06e4560d
commit 6625a545ea
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -27,7 +27,7 @@
model = "openrouter/z-ai/glm-4.6";
# small model used for titles
small_model = "openrouter/qwen/qwen3-coder-30b-a3b-instruct";
small_model = "openrouter/meta-llama/llama-3.1-8b-instruct";
autoshare = false;
autoupdate = true;
@ -41,6 +41,7 @@
"google/gemini-3-pro-preview" = { };
"anthropic/claude-sonnet-4.5" = { };
"qwen/qwen3-coder-30b-a3b-instruct" = { };
"openrouter/meta-llama/llama-3.1-8b-instruct" = { };
};
options = {
# TODO! use agenix here instead