opencode: use gpt-oss 20b for small_model
This commit is contained in:
parent
35900f858d
commit
26f39cf61e
@ -31,7 +31,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/meta-llama/llama-3.1-8b-instruct";
|
small_model = "openrouter/openai/gpt-oss-20b";
|
||||||
|
|
||||||
autoshare = false;
|
autoshare = false;
|
||||||
autoupdate = true;
|
autoupdate = true;
|
||||||
@ -45,7 +45,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" = { };
|
"openrouter/openai/gpt-oss-20b" = { };
|
||||||
};
|
};
|
||||||
options = {
|
options = {
|
||||||
# TODO! use agenix here instead
|
# TODO! use agenix here instead
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user