mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 03:26:38 +08:00
feat: read -p
This commit is contained in:
parent
5d5519fbbe
commit
d79dae3227
@ -57,6 +57,8 @@ yarn install
|
|||||||
|
|
||||||
# Prompt user for environment variables
|
# Prompt user for environment variables
|
||||||
read -p "Enter OPENAI_API_KEY: " OPENAI_API_KEY
|
read -p "Enter OPENAI_API_KEY: " OPENAI_API_KEY
|
||||||
|
read -p "Enter APPLY_URL: " APPLY_URL
|
||||||
|
read -p "Enter API_URL: " API_URL
|
||||||
read -p "Enter CODE: " CODE
|
read -p "Enter CODE: " CODE
|
||||||
read -p "Enter PORT: " PORT
|
read -p "Enter PORT: " PORT
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user