镜像自地址
https://github.com/binary-husky/gpt_academic.git
已同步 2025-12-06 14:36:48 +00:00
批量生成函数注释
这个提交包含在:
@@ -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
|
||||
|
||||
|
||||
在新工单中引用
屏蔽一个用户