Update .env

This commit is contained in:
ApexAppdevelopment 2024-08-25 21:09:41 +08:00 committed by GitHub
parent 718782f5b1
commit 08dc9f6822
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
OPENAI_API_KEY=sk-xxxx OPENAI_API_KEY=sk-xxxx
# Access password, separated by comma. (optional) # Access password, separated by comma. (optional)
CODE=your-password CODE=120221
# You can start service behind a proxy. (optional) # You can start service behind a proxy. (optional)
PROXY_URL=http://localhost:7890 PROXY_URL=http://localhost:7890
@ -10,12 +10,12 @@ PROXY_URL=http://localhost:7890
# (optional) # (optional)
# Default: Empty # Default: Empty
# Google Gemini Pro API key, set if you want to use Google Gemini Pro API. # Google Gemini Pro API key, set if you want to use Google Gemini Pro API.
GOOGLE_API_KEY= GOOGLE_API_KEY=AIzaSyCU-1Vp9GICn-0KfJ4x_fz4YTABiB3sd7I
# (optional) # (optional)
# Default: https://generativelanguage.googleapis.com/ # Default: https://generativelanguage.googleapis.com/
# Google Gemini Pro API url without pathname, set if you want to customize Google Gemini Pro API url. # Google Gemini Pro API url without pathname, set if you want to customize Google Gemini Pro API url.
GOOGLE_URL= GOOGLE_URL=https://generativelanguage.googleapis.com/
# Override openai api request base url. (optional) # Override openai api request base url. (optional)
# Default: https://api.openai.com # Default: https://api.openai.com