修复PDF下载路径时间戳的问题

This commit is contained in:
binary-husky
2023-09-07 18:51:09 +08:00
parent 4c6f3aa427
commit 5e0dc9b9ad
3 changed files with 41 additions and 7 deletions

View File

@@ -514,6 +514,20 @@ def get_crazy_functions():
except:
print('Load function plugin failed')
# try:
# from crazy_functions.CodeInterpreter import 虚空终端CodeInterpreter
# function_plugins.update({
# "CodeInterpreter开发中仅供测试": {
# "Group": "编程|对话",
# "Color": "stop",
# "AsButton": False,
# "Function": HotReload(虚空终端CodeInterpreter)
# }
# })
# except:
# print('Load function plugin failed')
# try:
# from crazy_functions.chatglm微调工具 import 微调数据集生成
# function_plugins.update({