10.17 小解析货物标

This commit is contained in:
zy123 2024-10-18 09:07:30 +08:00
parent 95613b6ccb
commit 5420af957e

View File

@ -37,8 +37,8 @@ def merge(merged):
def get_goods_baseinfo(baseinfo_file_path):
file_id = upload_file(baseinfo_file_path)
# baseinfo_file_path='flask_app/static/提示词/基本信息货物标.txt'
baseinfo_file_path = 'D:\\flask_project\\flask_app\\static\\提示词\\基本信息货物标.txt'
baseinfo_file_path='flask_app/static/提示词/基本信息货物标.txt'
# baseinfo_file_path = 'D:\\flask_project\\flask_app\\static\\提示词\\基本信息货物标.txt'
questions = read_questions_from_file(baseinfo_file_path)
more_query = "请你根据招标文件信息回答以下问题是否需要递交投标保证金或磋商保证金请按json格式给我提供信息键名分为'是否递交投标保证金'(或'是否递交磋商保证金',键值仅限于'','','未知',若存在矛盾信息,请回答'未知'"
questions.append(more_query)