Update settings.py

Add openai proxy.
This commit is contained in:
Violet956
2023-08-20 01:30:16 +08:00
committed by GitHub
parent 93b44cd254
commit e7ba6dc613

View File

@ -2,6 +2,8 @@
# Replace with your OpenAI API key
openai_api_key = "your_openai_api_key"
# example "https://oa.api2d.net/v1" or "NULL"
openai_api_proxy = "NULL"
# Replace with your Synology Chat bot details
INCOMING_WEBHOOK_URL = "your_INCOMING_WEBHOOK_URL"