12.14 bug修复
This commit is contained in:
parent
42a4473606
commit
a1eb667fb7
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user