Added AIProvider and support for OpenAI compatible APIs
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user