mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-07-21 03:44:21 +00:00

* feat: 权限验证功能 * chore: v2.10.0 * feat: 500 服务异常页面 * feat: 只有结束才会滚动到底部 * chore: 修改 CHANGELOG * chore: 不存在时输出默认报错
24 lines
455 B
Bash
24 lines
455 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=
|
|
|
|
# OpenAI API Base URL - https://api.openai.com
|
|
OPENAI_API_BASE_URL=
|
|
|
|
# Reverse Proxy
|
|
API_REVERSE_PROXY=
|
|
|
|
# timeout
|
|
TIMEOUT_MS=100000
|
|
|
|
# Secret key
|
|
AUTH_SECRET_KEY=
|
|
|
|
# Socks Proxy Host
|
|
SOCKS_PROXY_HOST=
|
|
|
|
# Socks Proxy Port
|
|
SOCKS_PROXY_PORT=
|