From 6952e719efbdec6a7fe9e3d0ca523cc3f00b906c Mon Sep 17 00:00:00 2001 From: crowetic Date: Mon, 19 May 2025 17:41:43 -0700 Subject: [PATCH] modified wording of localai container issuance --- setup-ai-stack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-ai-stack.sh b/setup-ai-stack.sh index 4c4de04..b3d2db7 100644 --- a/setup-ai-stack.sh +++ b/setup-ai-stack.sh @@ -526,7 +526,7 @@ if [[ "$1" != "--update" ]]; then else read -p "➕ Install LocalAI (GPU-accelerated)? [y/N]: " localai_prompt if [[ "$localai_prompt" =~ ^[Yy]$ ]]; then - echo "🧠 Installing LocalAI (NVIDIA CUDA 12)..." + echo "🧠 Installing LocalAI (Custom created localAI container)..." mkdir -p ~/ai-stack/localai/models mkdir -p ~/ai-stack/localai/config