mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
updated opencode config
This commit is contained in:
@@ -1,15 +1,19 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"model": "ollama/qwen3:8b-16k",
|
||||
"model": "qwen3:8b-16k",
|
||||
"provider": {
|
||||
"ollama": {
|
||||
"npm": "@ai-sdk/openai-compatible",
|
||||
"options": {
|
||||
"baseURL": "http://10.1.1.16:11434/v1"
|
||||
"baseURL": "http://localhost:11434/api/v1"
|
||||
},
|
||||
"models": {
|
||||
"qwen3:8b-16k": {
|
||||
"tools": true
|
||||
"name": "Qwen3 8B (16k UI-Context)",
|
||||
"tools": true,
|
||||
"limit": {
|
||||
"maxTokens": 8192
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user