修改费用计算代码
This commit is contained in:
+3
-1
@@ -33,7 +33,9 @@ def convert_json_to_readable(input_file, output_file=None):
|
||||
|
||||
if __name__ == "__main__":
|
||||
# 指定输入文件路径
|
||||
input_file = r"project2json/outputs/json/变电技改国网.json"
|
||||
input_file = (
|
||||
r"E:/文件/LLM_model/RAG/code/Engineering_data_KG-1/equipment_dataset/数据工程/技改/预算/通信线路检修国网.json"
|
||||
)
|
||||
|
||||
# 调用转换函数
|
||||
convert_json_to_readable(input_file)
|
||||
|
||||
Reference in New Issue
Block a user