forked from open-webui/open-webui
fix: error message
This commit is contained in:
parent
4bbcb58706
commit
7aae0cab8d
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue