From 210a7d23390e575b76dc5886694a99f3cbe6b405 Mon Sep 17 00:00:00 2001 From: Creat0r Date: Sun, 31 May 2026 10:56:50 +0200 Subject: [PATCH] updated models --- install-cloud.ps1 | 3 +-- install-local.ps1 | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/install-cloud.ps1 b/install-cloud.ps1 index ad39829..0936937 100644 --- a/install-cloud.ps1 +++ b/install-cloud.ps1 @@ -320,7 +320,6 @@ if ($user_gender -eq "s") { # ========================= Write-Output "Now downloading The models. This may take a while." - ollama pull deepseek-v3.2:cloud ollama pull gemma3:27b-cloud @@ -329,7 +328,7 @@ if ($user_gender -eq "s") { $fileName = "Modelfile" $content = @( - "FROM llama3.2-vision:11b" + "FROM gemma3:27b-cloud" @" SYSTEM """ You are $name, a concise, capable AI assistant for the user. diff --git a/install-local.ps1 b/install-local.ps1 index 3a0a175..93d60ec 100644 --- a/install-local.ps1 +++ b/install-local.ps1 @@ -321,8 +321,6 @@ if ($user_gender -eq "s") { Write-Output "Now downloading The models. This may take a while." ollama pull llama3.2-vision:11b - ollama pull deepseek-v2:16b - ollama pull Malicus7862/deepseekcoder-6.7b-jarvis-gguf:latest $fileName = "Modelfile"