added hypr

This commit is contained in:
2026-03-08 09:03:25 +00:00
parent 1511447330
commit eaeb385de4
150 changed files with 409 additions and 1 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"
}
}
}
}
}