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