批量生成函数注释

This commit is contained in:
Your Name
2023-03-24 16:14:25 +08:00
parent 32f36a609e
commit 77408f795e
20 changed files with 1744 additions and 2 deletions

View File

@@ -157,9 +157,10 @@ def 解析一个C项目的头文件(txt, top_p, temperature, chatbot, history, s
def get_crazy_functionals():
from crazy_functions.读文章写摘要 import 读文章写摘要
from crazy_functions.生成函数注释 import 批量生成函数注释
return {
"[实验功能] 请解析并解构此项目本身": {
"Color": "stop", # 按钮颜色
"Function": 解析项目本身
},
"[实验功能] 解析整个Python项目input输入项目根路径": {
@@ -174,6 +175,10 @@ def get_crazy_functionals():
"Color": "stop", # 按钮颜色
"Function": 读文章写摘要
},
"[实验功能] 批量生成函数注释input输入项目根路径": {
"Color": "stop", # 按钮颜色
"Function": 批量生成函数注释
},
"[实验功能] 高阶功能模板函数": {
"Color": "stop", # 按钮颜色
"Function": 高阶功能模板函数