12.14 bug修复

This commit is contained in:
zy123 2024-12-14 12:12:47 +08:00
parent 42a4473606
commit a1eb667fb7

View File

@ -368,7 +368,7 @@ def get_technical_requirements(invalid_path,processed_filepath):
{full_text} {full_text}
""" """
judge_query = generate_full_user_query(processed_filepath, first_query_template) judge_query = generate_full_user_query(processed_filepath, first_query_template)
print(judge_query) # print(judge_query)
judge_res = doubao_model(judge_query) judge_res = doubao_model(judge_query)
if '' in judge_res: if '' in judge_res:
model_type = 0 # 使用qianwen-long+invalid_path model_type = 0 # 使用qianwen-long+invalid_path