main
zc 1 month ago
parent f02b362b79
commit 6a6158b3be
  1. 2
      app/api/chat/ai/chat_router.py

@ -32,7 +32,7 @@ import asyncio
router = APIRouter()
SECRET_KEY = settings.SIGN_KEY # 约定的密钥
TIMESTAMP_TOLERANCE = 60 # 时间戳容忍度,单位:秒
TIMESTAMP_TOLERANCE = 120 # 时间戳容忍度,单位:秒
CONVERSATION_EXPIRE_TIME = 600 # 对话历史过期时间,单位:秒

Loading…
Cancel
Save