Skip to content

Commit

Permalink
feat(tools): remove unused settings
Browse files Browse the repository at this point in the history
  • Loading branch information
oren.zhang committed Oct 20, 2024
1 parent d8266ff commit 8edce8e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions entry/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,6 @@
QCLOUD_API_SCHEME = os.getenv("QCLOUD_API_SCHEME", "https")
QCLOUD_STS_EXPIRE_TIME = int(os.getenv("QCLOUD_STS_EXPIRE_TIME", str(60 * 10)))

# Baidu Qianfan
QIANFAN_ACCESS_KEY = os.getenv("QIANFAN_ACCESS_KEY", "")
QIANFAN_SECRET_KEY = os.getenv("QIANFAN_SECRET_KEY", "")

# Log
# this feature is removed and cannot be opened
RECORD_CHAT_CONTENT = False
Expand Down Expand Up @@ -292,10 +288,6 @@
WXPAY_ORDER_TIMEOUT = int(os.getenv("WXPAY_ORDER_TIMEOUT", str(60 * 10)))
WXPAY_SUPPORT_FAPIAO = strtobool(os.getenv("WXPAY_SUPPORT_FAPIAO", "False"))

# Doubao
DOUBAO_API_BASE_URL = os.getenv("DOUBAO_API_BASE_URL", "")
DOUBAO_API_KEY = os.getenv("DOUBAO_API_KEY", "")

# Midjourney
MIDJOURNEY_API_BASE_URL = os.getenv("MIDJOURNEY_API_BASE_URL", "")
MIDJOURNEY_API_KEY = os.getenv("MIDJOURNEY_API_KEY", "")
Expand Down

0 comments on commit 8edce8e

Please sign in to comment.