Small Tweaks

This commit is contained in:
2026-03-09 13:41:55 +00:00
parent e52a1d33a3
commit 76ec543383
7 changed files with 77 additions and 7 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"$schema": "https://opencode.ai/config.json",
"theme": "system",
"autoupdate": false,
"provider": {
"lmstudio": {
"npm": "@ai-sdk/openai-compatible",
"name": "LM Studio (Local)",
"options": {
"baseURL": "http://framework:1234/v1"
},
"models": {
"qwen/qwen3-coder-next": {
"name": "qwen coder next"
}
}
}
}
}