refactor: Removed deprecated api keys fields

This commit is contained in:
Petr Mironychev
2025-03-27 02:12:07 +01:00
parent 80646e2af0
commit 7e6e526ac8
5 changed files with 0 additions and 24 deletions

View File

@ -78,9 +78,6 @@ public:
Utils::StringAspect ollamaLivetime{this};
Utils::IntegerAspect contextWindow{this};
// API Configuration Settings
Utils::StringAspect apiKey{this};
QString processMessageToFIM(const QString &prefix, const QString &suffix) const;
private: