feat: add OpenAI provider settings

This commit is contained in:
Petr Mironychev
2025-01-19 00:50:23 +01:00
parent 289a19ac1a
commit 61fded34ea
4 changed files with 16 additions and 1 deletions

View File

@ -36,6 +36,7 @@ public:
Utils::StringAspect openRouterApiKey{this};
Utils::StringAspect openAiCompatApiKey{this};
Utils::StringAspect claudeApiKey{this};
Utils::StringAspect openAiApiKey{this};
private:
void setupConnections();