chatgpt-web/service/.env.example

45 lines
916 B
Plaintext
Raw Normal View History

2023-02-13 20:33:36 +08:00
# OpenAI API Key - https://platform.openai.com/overview
2023-02-15 14:10:43 +08:00
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=
# OpenAI API Model - https://platform.openai.com/docs/models
2023-03-09 19:13:18 +08:00
OPENAI_API_MODEL=
# set `true` to disable OpenAI API debug log
OPENAI_API_DISABLE_DEBUG=
2023-04-03 09:01:56 +08:00
# Reverse Proxy - Available on accessToken
# Default: https://ai.fakeopen.com/api/conversation
2023-04-03 09:01:56 +08:00
# More: https://github.com/transitive-bullshit/chatgpt-api#reverse-proxy
2023-04-03 09:19:12 +08:00
API_REVERSE_PROXY=
# timeout
TIMEOUT_MS=100000
2023-03-03 11:59:16 +08:00
# Rate Limit
MAX_REQUEST_PER_HOUR=
# Secret key
AUTH_SECRET_KEY=
# Socks Proxy Host
2023-03-03 11:59:16 +08:00
SOCKS_PROXY_HOST=
# Socks Proxy Port
SOCKS_PROXY_PORT=
# Socks Proxy Username
SOCKS_PROXY_USERNAME=
# Socks Proxy Password
SOCKS_PROXY_PASSWORD=
# HTTPS PROXY
HTTPS_PROXY=