Update .env

update env file
This commit is contained in:
LRVT 2023-04-18 22:22:21 +02:00 committed by GitHub
parent f221413347
commit 465a67aa3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,12 @@ TURN_PASSWORD=YourTurnPassword
API_KEY_SECRET=8jBEI8KVKj2cadd3Fy3ayu6Fwacg8+NjCiMjmINac # pls change API_KEY_SECRET=8jBEI8KVKj2cadd3Fy3ayu6Fwacg8+NjCiMjmINac # pls change
# IP lookup
# Using GeoJS to get more info about peer by IP
# Doc: https://www.geojs.io/docs/v1/endpoints/geo/
IP_LOOKUP_ENABLED=false # true or false
# Survey URL # Survey URL
# Using to redirect the client after close the call (feedbacks, website...) # Using to redirect the client after close the call (feedbacks, website...)
@ -72,3 +78,14 @@ SLACK_SIGNING_SECRET=YourSlackSigningSecret
# Auto deploy on Railway # Auto deploy on Railway
# https://railway.app/new/template/mirotalk?referralCode=mirotalk # https://railway.app/new/template/mirotalk?referralCode=mirotalk
# ChatGPT/OpenAI
# 1. Goto https://platform.openai.com/
# 2. Create your account
# 3. Generate your APIKey https://platform.openai.com/account/api-keys
CHATGPT_ENABLED=false
CHATGTP_APIKEY=YourOpenAiApiKey
CHATGPT_MODEL=text-davinci-003
CHATGPT_MAX_TOKENS=1000
CHATGPT_TEMPERATURE=0