From f5047dc8365dd5edaef97740e501d017a47d4ef9 Mon Sep 17 00:00:00 2001 From: matt Date: Fri, 13 Mar 2026 22:04:00 +0100 Subject: [PATCH] updating the ps1 --- solar/install-local.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solar/install-local.ps1 b/solar/install-local.ps1 index 893e692..123e84e 100644 --- a/solar/install-local.ps1 +++ b/solar/install-local.ps1 @@ -290,7 +290,7 @@ if (Test-Path $requirementsFile) { # CREATE MODELFILENAME FOR OLLAMA # ========================= -$name = Read-Host "Please the how you want to call this S.O.L.A.R." +$name = Read-Host "Please enter how you want to call S.O.L.A.R." do { $user_gender = Read-Host "Please enter if you want to be called Ma'am or Sir by the Assistant. (m for Ma'am and s for Sir)"