We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964c2d3 commit bd3dafcCopy full SHA for bd3dafc
docker_setup.sh
@@ -52,7 +52,9 @@ done
52
53
# Prompt for optional API keys (user can leave them blank)
54
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." &&
+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." &&
58
59
read -p "Please enter your Perplexity API key (optional): " PERPLEXITY_API_KEY
60
read -p "Please enter your OpenWeatherMap API key (optional): " OPENWEATHERMAP_API_KEY
0 commit comments