Spaces:
Sleeping
Sleeping
binary-husky
commited on
Commit
•
9d9df8a
1
Parent(s):
64548d3
Update 解析JupyterNotebook.py
Browse files
crazy_functions/解析JupyterNotebook.py
CHANGED
@@ -107,7 +107,7 @@ def ipynb解释(file_manifest, project_folder, llm_kwargs, plugin_kwargs, chatbo
|
|
107 |
def 解析ipynb文件(txt, llm_kwargs, plugin_kwargs, chatbot, history, system_prompt, web_port):
|
108 |
chatbot.append([
|
109 |
"函数插件功能?",
|
110 |
-
"对IPynb
|
111 |
yield from update_ui(chatbot=chatbot, history=history) # 刷新界面
|
112 |
|
113 |
history = [] # 清空历史
|
|
|
107 |
def 解析ipynb文件(txt, llm_kwargs, plugin_kwargs, chatbot, history, system_prompt, web_port):
|
108 |
chatbot.append([
|
109 |
"函数插件功能?",
|
110 |
+
"对IPynb文件进行解析。Contributor: codycjy."])
|
111 |
yield from update_ui(chatbot=chatbot, history=history) # 刷新界面
|
112 |
|
113 |
history = [] # 清空历史
|