Skip to content

Commit

Permalink
chore: update .env.examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Chanzhaoyu committed Apr 3, 2023
1 parent e3a3e4d commit 553e239
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions service/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ OPENAI_API_MODEL=
# set `true` to disable OpenAI API debug log
OPENAI_API_DISABLE_DEBUG=

# Reverse Proxy
API_REVERSE_PROXY=
# Reverse Proxy - Available on accessToken
# Default: https://bypass.churchless.tech/api/conversation
# More: https://github.com/transitive-bullshit/chatgpt-api#reverse-proxy
API_REVERSE_PROXY=https://bypass.churchless.tech/api/conversation

# timeout
TIMEOUT_MS=100000
Expand Down

0 comments on commit 553e239

Please sign in to comment.