mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
Update SettingsModal.svelte
This commit is contained in:
parent
e9c83a8897
commit
38519a2654
@ -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 New Issue
Block a user