diff --git a/.env b/.env index 3c5d452..f2c20b6 100644 --- a/.env +++ b/.env @@ -1,9 +1,9 @@ #api key MODEL_API_KEY=sk-42b5a1479b3b4a1b8176c13c6e2249f0 #模型地址 -MODEL_BASE_URL=https://api.deepseek.com +MODEL_BASE_URL=http://10.254.23.128:31205/v1 #模型名称 -MODEL_NAME=deepseek-chat +MODEL_NAME=qwen-72B #模型活跃度 MODEL_TEMPERATURE=0.8 #放行host地址 diff --git a/yj_room_agent/LLM/ai_service.py b/yj_room_agent/LLM/ai_service.py index dd70c3e..eea3f9d 100644 --- a/yj_room_agent/LLM/ai_service.py +++ b/yj_room_agent/LLM/ai_service.py @@ -477,7 +477,7 @@ def process_book_room(data, params) -> str: book_promot = f''' 系统调用API预订该会议室的结果如下: {result} - 请帮用户解析预订会议室的结果,并根据结果给予用户相应自然语言反馈 + 请帮用户解析预订会议室的结果,如果成功则需要返回会议ID,并根据结果给予用户相应自然语言反馈 ''' return book_promot