chatgpt-web/service/.env

12 lines
278 B
Bash
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=
# Reverse Proxy
API_REVERSE_PROXY=
# timeout
TIMEOUT_MS=60000