Aggiunta conf opencode (da valutare vs continue)
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"provider": {
|
||||
"lmstudio-local": {
|
||||
"npm": "@ai-sdk/openai-compatible",
|
||||
"name": "LM Studio (locale)",
|
||||
"options": {
|
||||
"baseURL": "http://127.0.0.1:1234/v1"
|
||||
},
|
||||
"models": {
|
||||
"qwen/qwen3.5-9b": {
|
||||
"name": "qwen3.5 9B (locale)",
|
||||
"limit": {
|
||||
"context": 128000,
|
||||
"output": 65536
|
||||
}
|
||||
},
|
||||
"qwen/qwen3.5-35b-a3b": {
|
||||
"name": "qwen3.5 35B (locale)",
|
||||
"limit": {
|
||||
"context": 128000,
|
||||
"output": 65536
|
||||
}
|
||||
},
|
||||
"qwen/qwen3-coder-30b": {
|
||||
"name": "qwen3 Coder 30B (locale)",
|
||||
"limit": {
|
||||
"context": 128000,
|
||||
"output": 65536
|
||||
}
|
||||
},
|
||||
"qwen/qwen3-coder-next": {
|
||||
"name": "qwen3 Coder Next 80B (locale)",
|
||||
"limit": {
|
||||
"context": 128000,
|
||||
"output": 65536
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"lmstudio-remoto": {
|
||||
"npm": "@ai-sdk/openai-compatible",
|
||||
"name": "LM Studio (workstation SAM)",
|
||||
"options": {
|
||||
"baseURL": "http://10.74.83.100:1234/v1"
|
||||
},
|
||||
"models": {
|
||||
"qwen/qwen3.5-9b": {
|
||||
"name": "qwen3.5 9B (remoto)",
|
||||
"limit": {
|
||||
"context": 130000,
|
||||
"output": 65536
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"model": "lmstudio-local/qwen/qwen3.5-9b"
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"provider": {
|
||||
"lmstudio-local": {
|
||||
"npm": "@ai-sdk/openai-compatible",
|
||||
"name": "LM Studio (locale)",
|
||||
"options": {
|
||||
"baseURL": "http://127.0.0.1:1234/v1"
|
||||
},
|
||||
"models": {
|
||||
"qwen/qwen3.5-9b": {
|
||||
"name": "qwen3.5 9b"
|
||||
},
|
||||
"qwen/qwen3.5-35b-a3b": {
|
||||
"name": "qwen3.5 35b"
|
||||
},
|
||||
"qwen/qwen3-coder-30b": {
|
||||
"name": "qwen3 Coder 30b"
|
||||
},
|
||||
"qwen/qwen3-coder-next": {
|
||||
"name": "qwen3 Coder Next 80B (locale)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"lmstudio-remoto": {
|
||||
"npm": "@ai-sdk/openai-compatible",
|
||||
"name": "LM Studio (workstation SAM)",
|
||||
"options": {
|
||||
"baseURL": "http://10.74.83.100:1234/v1"
|
||||
},
|
||||
"models": {
|
||||
"qwen/qwen3.5-9b": {
|
||||
"name": "qwen3.5 9B"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"model": "lmstudio-local/qwen/qwen3.5-9b"
|
||||
}
|
||||
Reference in New Issue
Block a user