feat: Add llama.cpp api key support

This commit is contained in:
Petr Mironychev
2026-04-24 10:57:38 +02:00
parent 6a8fbe1792
commit e0ab5080ea
4 changed files with 20 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ public:
Utils::StringAspect codestralApiKey{this};
Utils::StringAspect googleAiApiKey{this};
Utils::StringAspect ollamaBasicAuthApiKey{this};
Utils::StringAspect llamaCppApiKey{this};
private:
void setupConnections();