chatgpt-web/service/.env.example

30 lines
563 B
Plaintext
Raw Normal View History

2023-02-13 07:33:36 -05:00
# OpenAI API Key - https://platform.openai.com/overview
2023-02-15 01:10:43 -05: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 06:13:18 -05:00
OPENAI_API_MODEL=
# Reverse Proxy
API_REVERSE_PROXY=
# timeout
TIMEOUT_MS=100000
2023-03-02 22:59:16 -05:00
# Secret key
AUTH_SECRET_KEY=
# Socks Proxy Host
2023-03-02 22:59:16 -05:00
SOCKS_PROXY_HOST=
# Socks Proxy Port
SOCKS_PROXY_PORT=
# HTTPS PROXY
HTTPS_PROXY=