qingxu99 commited on
Commit
cd421d8
2 Parent(s): 363e455 b073477

Merge branch 'hot-reload-test' of https://github.com/binary-husky/chatgpt_academic into hot-reload-test

Browse files
Files changed (1) hide show
  1. functional_crazy.py +2 -0
functional_crazy.py CHANGED
@@ -6,6 +6,7 @@ from functools import HotReload # HotReload 的意思是热更新,修改函数
6
  # 当 UserVisibleLevel >= 函数插件的 VisibleLevel 时,该函数插件才会被显示出来
7
  UserVisibleLevel = 1
8
 
 
9
  def get_crazy_functionals():
10
  from crazy_functions.读文章写摘要 import 读文章写摘要
11
  from crazy_functions.生成函数注释 import 批量生成函数注释
@@ -18,6 +19,7 @@ def get_crazy_functionals():
18
 
19
  function_plugins = {
20
  "请解析并解构此项目本身": {
 
21
  "Function": 解析项目本身
22
  },
23
  "解析整个py项目": {
 
6
  # 当 UserVisibleLevel >= 函数插件的 VisibleLevel 时,该函数插件才会被显示出来
7
  UserVisibleLevel = 1
8
 
9
+
10
  def get_crazy_functionals():
11
  from crazy_functions.读文章写摘要 import 读文章写摘要
12
  from crazy_functions.生成函数注释 import 批量生成函数注释
 
19
 
20
  function_plugins = {
21
  "请解析并解构此项目本身": {
22
+ # HotReload 的意思是热更新,修改函数插件后,不需要重启程序,代码直接生效
23
  "Function": 解析项目本身
24
  },
25
  "解析整个py项目": {