updated to single server
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"provider": {
|
||||
"odin": {
|
||||
"npm": "@ai-sdk/anthropic",
|
||||
"name": "Odin",
|
||||
"options": {
|
||||
"baseURL": "http://192.168.2.49:12000/v1",
|
||||
"apiKey": "changeme"
|
||||
},
|
||||
"models": {
|
||||
"Qwen-Coder-Next": {
|
||||
"name": "Qwen-Coder-Next",
|
||||
"tool_call": true,
|
||||
"options": {
|
||||
"temperature": 1.0,
|
||||
"top_p": 0.95
|
||||
}
|
||||
},
|
||||
"Qwen3.6": {
|
||||
"name": "Qwen3.6",
|
||||
"tool_call": true
|
||||
},
|
||||
"gemma": {
|
||||
"name": "gemma",
|
||||
"tool_call": true
|
||||
},
|
||||
"MiniMax-M3": {
|
||||
"name": "MiniMax-M3",
|
||||
"tool_call": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user