feat:日志整改

This commit is contained in:
雷雨
2025-06-11 11:50:02 +08:00
parent 6c7b01ba55
commit 6ac87d99bd
5 changed files with 90 additions and 88 deletions

3
.env
View File

@@ -5,11 +5,12 @@ MODEL_BASE_URL=https://api.deepseek.com
#模型名称
MODEL_NAME=deepseek-chat
#模型活跃度
MODEL_TEMPERATURE=1.0
MODEL_TEMPERATURE=0.8
#放行host地址
DJANGO_ALLOWED_HOSTS=192.168.237.130,127.0.0.1,10.212.26.130
#是否开启debug模式
DJANGO_DEBUG_ENABLE=True
DJANGO_LOG_LEVEL=INFO
DEFAULT_AUTH_URL = 'https://oa-pre.yced.com.cn/iuap-api-auth'
DEFAULT_GATEWAY_URL = 'https://oa-pre.yced.com.cn/iuap-api-gateway '