Added missing configuration file changes

This commit is contained in:
2025-12-31 04:07:28 +01:00
parent 7dfe945a48
commit 254c534b0b
3 changed files with 13 additions and 35 deletions

View File

@@ -24,14 +24,15 @@
"AiProviders": {
"ollama": {
"handler": "ollama",
"baseURL": "http://192.168.0.101:11434",
"Allowlist": ["*"],
"baseURL": "http://localhost:11434",
"Allowlist": [".*"],
"Denylist": ["qwen3-coder:latest", "qwen3:0.6b", "deepseek-v3.1:671b-cloud", "qwen3-vl", "deepseek-ocr"]
},
"localAI": {
"handler": "openai",
"baseURL": "http://localhost:8080",
"ApiKey": "Some API key here",
"Allowlist": ["*"],
"Allowlist": [".*"],
"Denylist": ["cross-encoder", "kitten-tts", "jina-reranker-v1-tiny-en", "whisper-small", "qwen3-vl-2b-instruct"]
}
},