feat: Add Codestral as separate ai provider (#171)

This commit is contained in:
Petr Mironychev
2025-04-20 09:48:36 +02:00
committed by GitHub
parent 7a33425d1a
commit 9a54f04a0d
7 changed files with 96 additions and 1 deletions

View File

@ -38,6 +38,7 @@ public:
Utils::StringAspect claudeApiKey{this};
Utils::StringAspect openAiApiKey{this};
Utils::StringAspect mistralAiApiKey{this};
Utils::StringAspect codestralApiKey{this};
Utils::StringAspect googleAiApiKey{this};
Utils::StringAspect ollamaBasicAuthApiKey{this};