批量生成函数注释

这个提交包含在:
Your Name
2023-03-24 16:14:25 +08:00
父节点 c19419e1fb
当前提交 ba2dd3d0ff
共有 20 个文件被更改,包括 1744 次插入2 次删除

查看文件

@@ -13,7 +13,7 @@ def write_results_to_file(history, file_name=None):
if i%2==0: f.write('## ')
f.write(content)
f.write('\n\n')
res ='以上材料已经被写入', f'./gpt_log/{file_name}'
res = '以上材料已经被写入' + os.path.abspath(f'./gpt_log/{file_name}')
print(res)
return res