mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-07-21 03:44:21 +00:00
18 lines
355 B
Bash
18 lines
355 B
Bash
# OpenAI API Key - https://platform.openai.com/overview
|
|
OPENAI_API_KEY=
|
|
|
|
# change this to an `accessToken` extracted from the ChatGPT site's `https://chat.openai.com/api/auth/session` response
|
|
OPENAI_ACCESS_TOKEN=
|
|
|
|
# Reverse Proxy
|
|
API_REVERSE_PROXY=
|
|
|
|
# timeout
|
|
TIMEOUT_MS=100000
|
|
|
|
# Socks Proxy Port
|
|
SOCKS_PROXY_HOST=
|
|
|
|
# Socks Proxy Port
|
|
SOCKS_PROXY_PORT=
|