1
0

updated models

This commit is contained in:
Creat0r
2026-05-31 10:56:50 +02:00
parent 4a4de03e60
commit 210a7d2339
2 changed files with 1 additions and 4 deletions

View File

@@ -320,7 +320,6 @@ if ($user_gender -eq "s") {
# ========================= # =========================
Write-Output "Now downloading The models. This may take a while." Write-Output "Now downloading The models. This may take a while."
ollama pull deepseek-v3.2:cloud
ollama pull gemma3:27b-cloud ollama pull gemma3:27b-cloud
@@ -329,7 +328,7 @@ if ($user_gender -eq "s") {
$fileName = "Modelfile" $fileName = "Modelfile"
$content = @( $content = @(
"FROM llama3.2-vision:11b" "FROM gemma3:27b-cloud"
@" @"
SYSTEM """ SYSTEM """
You are $name, a concise, capable AI assistant for the user. You are $name, a concise, capable AI assistant for the user.

View File

@@ -321,8 +321,6 @@ if ($user_gender -eq "s") {
Write-Output "Now downloading The models. This may take a while." Write-Output "Now downloading The models. This may take a while."
ollama pull llama3.2-vision:11b ollama pull llama3.2-vision:11b
ollama pull deepseek-v2:16b
ollama pull Malicus7862/deepseekcoder-6.7b-jarvis-gguf:latest ollama pull Malicus7862/deepseekcoder-6.7b-jarvis-gguf:latest
$fileName = "Modelfile" $fileName = "Modelfile"