Files
customer-installer/.opencode.json

23 lines
502 B
JSON
Raw Permalink Normal View History

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