feat: Support Ollama authorization via BaseAuth (#145) (#146)

This commit is contained in:
Mariusz Jaskółka
2025-03-20 11:14:50 +01:00
committed by GitHub
parent f41e063c02
commit 4ddbe0b8b9
5 changed files with 23 additions and 1 deletions

View File

@ -39,6 +39,7 @@ public:
Utils::StringAspect openAiApiKey{this};
Utils::StringAspect mistralAiApiKey{this};
Utils::StringAspect googleAiApiKey{this};
Utils::StringAspect ollamaBasicAuthApiKey{this};
private:
void setupConnections();