chore: OpenCode-Konfiguration mit Ollama qwen3-coder:30b hinzugefügt

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-01 20:12:52 +01:00
parent 6a5669e77d
commit da13e75b9f
11 changed files with 3505 additions and 4 deletions

22
.opencode.json Normal file
View File

@@ -0,0 +1,22 @@
{
"$schema": "https://opencode.ai/config.json",
"model": "ollama/qwen3-coder:30b",
"instructions": [
"Antworte immer auf Deutsch, unabhängig von der Sprache der Eingabe."
],
"provider": {
"ollama": {
"npm": "@ai-sdk/openai-compatible",
"name": "Ollama",
"options": {
"baseURL": "http://192.168.0.179:11434/v1"
},
"models": {
"qwen3-coder:30b": {
"name": "qwen3-coder:30b",
"tools": true
}
}
}
}
}