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:
22
.opencode.json
Normal file
22
.opencode.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user