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