feat: update script

This commit is contained in:
earayu 2025-05-20 11:26:31 +08:00
parent 86d0c24276
commit acd628596a

View file

@ -21,7 +21,7 @@ check_dependencies(){
check_dependencies
if [ -z "$OPENAI_API_KEY2" ]; then
if [ -z "$OPENAI_API_KEY" ]; then
echo "OPENAI_API_KEY environment variable is not set"
read -s -p "Enter your OpenAI API key: " OPENAI_API_KEY
if [ -z "$OPENAI_API_KEY" ]; then