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)"