opencode: use llama 3.1 8b for small_model
This commit is contained in:
parent
8a06e4560d
commit
6625a545ea
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
model = "openrouter/z-ai/glm-4.6";
|
model = "openrouter/z-ai/glm-4.6";
|
||||||
# small model used for titles
|
# 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;
|
autoshare = false;
|
||||||
autoupdate = true;
|
autoupdate = true;
|
||||||
@ -41,6 +41,7 @@
|
|||||||
"google/gemini-3-pro-preview" = { };
|
"google/gemini-3-pro-preview" = { };
|
||||||
"anthropic/claude-sonnet-4.5" = { };
|
"anthropic/claude-sonnet-4.5" = { };
|
||||||
"qwen/qwen3-coder-30b-a3b-instruct" = { };
|
"qwen/qwen3-coder-30b-a3b-instruct" = { };
|
||||||
|
"openrouter/meta-llama/llama-3.1-8b-instruct" = { };
|
||||||
};
|
};
|
||||||
options = {
|
options = {
|
||||||
# TODO! use agenix here instead
|
# TODO! use agenix here instead
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user