mirror of
https://github.com/open-webui/open-webui.git
synced 2025-08-27 22:31:10 +02:00
fix: error message
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user