'Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.'
...
...
@@ -168,6 +168,13 @@
if (data.status) {
if (!data.digest) {
toast.success(data.status);
if (data.status === 'success') {
const notification = new Notification(`Ollama`, {
body: `Model '${modelTag}' has been successfully downloaded.`,