mirror of
https://github.com/open-webui/open-webui
synced 2025-03-21 04:18:56 +00:00
fix: error message
This commit is contained in:
parent
4bbcb58706
commit
7aae0cab8d
@ -29,6 +29,7 @@
|
||||
API_BASE_URL = await updateOllamaAPIUrl(localStorage.token, API_BASE_URL);
|
||||
|
||||
const ollamaVersion = await getOllamaVersion(localStorage.token).catch((error) => {
|
||||
toast.error(error);
|
||||
return null;
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user