Skip to content

Commit bd3dafc

Browse files
committed
Docker build files & setup
1 parent 964c2d3 commit bd3dafc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker_setup.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ done
5252

5353
# Prompt for optional API keys (user can leave them blank)
5454
hzline &&
55-
echo "Below are optional keys for the bot's supported API functionalities that you can add in, or just press ENTER to leave them blank." &&
55+
echo "::: Below are optional keys for the bot's supported API functions." &&
56+
echo "::: They're not required for basic functionality, but are a great enhancement." &&
57+
echo "::: If you don't have an API key right now, just press ENTER to leave them blank." &&
5658
hzline &&
5759
read -p "Please enter your Perplexity API key (optional): " PERPLEXITY_API_KEY
5860
read -p "Please enter your OpenWeatherMap API key (optional): " OPENWEATHERMAP_API_KEY

0 commit comments

Comments
 (0)