1、调整规费相关问题的分类

2、意图识别增加清单、定额字段
This commit is contained in:
2025-08-21 17:51:55 +08:00
parent 1a3fa44522
commit 53ac47f4a5
4 changed files with 24 additions and 13 deletions
@@ -64,7 +64,7 @@ class AsyncIntentRecognizer:
model_name = os.getenv("MODEL_NAME", "gpt-3.5-turbo")
# 初始化LLM
llm_params = {
"temperature": 0.2, # 降低随机性,使结果更确定
"temperature": 0.4, # 降低随机性,使结果更确定
"top_p": 0.7,
"model": model_name,
"api_key": api_key,