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"