mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-05-28 03:10:28 -04:00
fix: Save codestral api key
This commit is contained in:
parent
9a54f04a0d
commit
3f2c146df1
@ -157,6 +157,9 @@ void ProviderSettings::setupConnections()
|
|||||||
connect(&mistralAiApiKey, &ButtonAspect::changed, this, [this]() {
|
connect(&mistralAiApiKey, &ButtonAspect::changed, this, [this]() {
|
||||||
mistralAiApiKey.writeSettings();
|
mistralAiApiKey.writeSettings();
|
||||||
});
|
});
|
||||||
|
connect(&codestralApiKey, &ButtonAspect::changed, this, [this]() {
|
||||||
|
codestralApiKey.writeSettings();
|
||||||
|
});
|
||||||
connect(&googleAiApiKey, &ButtonAspect::changed, this, [this]() {
|
connect(&googleAiApiKey, &ButtonAspect::changed, this, [this]() {
|
||||||
googleAiApiKey.writeSettings();
|
googleAiApiKey.writeSettings();
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user