mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
added qwen coder to opencode options
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://opencode.ai/config.json",
|
"$schema": "https://opencode.ai/config.json",
|
||||||
"model": "ollama/qwen3:8b-16k",
|
"model": "ollama/qwen2.5-coder:14b",
|
||||||
"provider": {
|
"provider": {
|
||||||
"ollama": {
|
"ollama": {
|
||||||
"npm": "@ai-sdk/openai-compatible",
|
"npm": "@ai-sdk/openai-compatible",
|
||||||
@@ -32,6 +32,14 @@
|
|||||||
"output": 8192
|
"output": 8192
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"qwen2.5-coder:14b": {
|
||||||
|
"name": "Qwen2.5 Coder 14B",
|
||||||
|
"tools": true,
|
||||||
|
"limit": {
|
||||||
|
"context": 32768,
|
||||||
|
"output": 8192
|
||||||
|
}
|
||||||
|
},
|
||||||
"mistral:latest": {
|
"mistral:latest": {
|
||||||
"name": "Mistral 7B",
|
"name": "Mistral 7B",
|
||||||
"tools": true,
|
"tools": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user