[Opencode] init

This commit is contained in:
2026-04-19 01:25:09 +02:00
parent 8f73757604
commit 68d6cc3109

View File

@@ -0,0 +1,54 @@
{
"$schema": "https://opencode.ai/config.json",
"share": "disabled",
"provider": {
"duskadiy": {
"npm": "@ai-sdk/openai-compatible",
"name": "DuskaDIY",
"options": {
"baseURL": "https://llm.duskadiy.com/api/v1"
},
"models": {
"gemma-4-26B-A4B-it-UD-IQ4_XS" : {
"name": "llama.cpp/gemma-4-26B-A4B-it-UD-IQ4_XS",
"limit": {
"context": 81920,
"output": 8192
}
},
"DeepSeek-Coder-V2-Lite-Instruct-Q8_0": {
"name": "llama.cpp/DeepSeek-Coder-V2-Lite-Instruct-Q8_0",
"limit": {
"context": 81920,
"output": 8192
}
},
"Qwen3-Coder-30B-Instruct-IQ4_XS" : {
"name": "llama.cpp/Qwen3-Coder-30B-Instruct-IQ4_XS",
"limit": {
"context": 8192,
"output": 8192
}
}
}
}
},
"agent" : {
"plan" : {
"mode" : "primary",
"model": "duskadiy/gemma-4-26B-A4B-it-UD-IQ4_XS",
"permissions" : {
"edit": "allow",
"bash": "ask"
}
},
"build" : {
"mode" : "primary",
"model": "duskadiy/gemma-4-26B-A4B-it-UD-IQ4_XS",
"permissions" : {
"edit": "allow",
"bash": "ask"
}
}
}
}