Added AIProvider and support for OpenAI compatible APIs

This commit is contained in:
2025-07-06 22:28:45 +02:00
parent 84a4a9d51e
commit b596695fd9
11 changed files with 196 additions and 38 deletions

View File

@@ -24,7 +24,17 @@
"172.17.0.1"
]
},
"OllamaURL": "http://localhost:11434",
"AiProviders": {
"ollama": {
"handler": "ollama",
"baseURL": "http://192.168.0.101:11434"
},
"localAI": {
"handler": "openai",
"baseURL": "http://localhost:8080",
"ApiKey": "Some API key here"
}
},
"ApiKeys": ["Some UUID here", "Another UUID here"],
"UseHttpsRedirection": true
}