feat: update script
This commit is contained in:
parent
86d0c24276
commit
acd628596a
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ check_dependencies(){
|
||||||
|
|
||||||
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"
|
echo "OPENAI_API_KEY environment variable is not set"
|
||||||
read -s -p "Enter your OpenAI API key: " OPENAI_API_KEY
|
read -s -p "Enter your OpenAI API key: " OPENAI_API_KEY
|
||||||
if [ -z "$OPENAI_API_KEY" ]; then
|
if [ -z "$OPENAI_API_KEY" ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue