From 4358f0f632a026957dbf18365bb98118052d70db Mon Sep 17 00:00:00 2001 From: crowetic Date: Mon, 19 May 2025 17:40:37 -0700 Subject: [PATCH] removed models.yaml setup as the container runs with root privileges and the user does not --- setup-ai-stack.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/setup-ai-stack.sh b/setup-ai-stack.sh index 429e206..4c4de04 100644 --- a/setup-ai-stack.sh +++ b/setup-ai-stack.sh @@ -531,14 +531,6 @@ if [[ "$1" != "--update" ]]; then mkdir -p ~/ai-stack/localai/models mkdir -p ~/ai-stack/localai/config - echo "📄 Creating default models.yaml..." - cat > ~/ai-stack/localai/config/models.yaml <