Files
dotfiles/opencode.json.tui-migration.bak
2026-03-09 13:41:55 +00:00

20 lines
398 B
Plaintext

{
"$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"
}
}
}
}
}