fix(llm): changing providers works now

This commit is contained in:
perf3ct
2025-06-07 23:57:35 +00:00
parent 414781936b
commit c6062f453a
5 changed files with 244 additions and 172 deletions

View File

@@ -48,7 +48,7 @@ export default class AiSettingsWidget extends OptionsWidget {
if (optionName === 'aiEnabled') {
try {
const isEnabled = value === 'true';
if (isEnabled) {
toastService.showMessage(t("ai_llm.ai_enabled") || "AI features enabled");
} else {