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

@@ -17,7 +17,7 @@ public class AIProviderHealthCheck : IHealthCheck
{
try
{
var _ = _searchdomainManager.client.ListLocalModelsAsync(cancellationToken).Result;
//var _ = _searchdomainManager.client.ListLocalModelsAsync(cancellationToken).Result; // TODO reimplement this
}
catch (Exception ex)
{