From 001c450abb19a2e608ec3f14fa8d1e2296ed742e Mon Sep 17 00:00:00 2001 From: Pavel Date: Tue, 9 Jan 2024 13:05:16 +0300 Subject: [PATCH] choice text --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 350dd67..988841d 100755 --- a/setup.sh +++ b/setup.sh @@ -6,7 +6,7 @@ prompt_user() { echo "1. Use DocsGPT public API (simple and free)" echo "2. Download the language model locally (12GB)" echo "3. Use the OpenAI API (requires an API key)" - read -p "Enter your choice (1-3): " choice + read -p "Enter your choice (1, 2 or 3): " choice } # Function to handle the choice to download the model locally