1、调整规费相关问题的分类
2、意图识别增加清单、定额字段
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user