forked from open-webui/open-webui
Update SettingsModal.svelte
This commit is contained in:
parent
e9c83a8897
commit
38519a2654
1 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,11 @@
|
||||||
|
|
||||||
if (res) {
|
if (res) {
|
||||||
toast.success('Server connection verified');
|
toast.success('Server connection verified');
|
||||||
|
saveSettings(
|
||||||
|
API_BASE_URL === '' ? BUILD_TIME_API_BASE_URL : API_BASE_URL,
|
||||||
|
system != '' ? system : null,
|
||||||
|
temperature != 0.8 ? temperature : null
|
||||||
|
);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue