Merge branch 'master' of https://github.com/Xminry/gpt_academic into Xminry-master

This commit is contained in:
qingxu fu
2023-06-29 12:38:43 +08:00
2 changed files with 114 additions and 0 deletions

View File

@@ -235,6 +235,18 @@ def get_crazy_functions():
except:
print('Load function plugin failed')
try:
from crazy_functions.联网的ChatGPT_bing版 import 连接bing搜索回答问题
function_plugins.update({
"连接网络回答问题_bing搜索先输入问题再点击按钮搜索引擎为cn.bing.com,国内可用)": {
"Color": "stop",
"AsButton": False, # 加入下拉菜单中
"Function": HotReload(连接bing搜索回答问题)
}
})
except:
print('Load function plugin failed')
try:
from crazy_functions.解析项目源代码 import 解析任意code项目
function_plugins.update({