derful commited on
Commit
a22fe19
·
1 Parent(s): 589eac9

Update crazy_functions/解析项目源代码.py

Browse files
crazy_functions/解析项目源代码.py CHANGED
@@ -89,7 +89,7 @@ def 解析项目本身(api, txt, top_p, temperature, chatbot, history, systemPro
89
  yield chatbot, history, '正常'
90
 
91
  @CatchException
92
- def 解析一个Python项目(txt, top_p, temperature, chatbot, history, systemPromptTxt, WEB_PORT):
93
  history = [] # 清空历史,以免输入溢出
94
  import glob, os
95
  if os.path.exists(txt):
 
89
  yield chatbot, history, '正常'
90
 
91
  @CatchException
92
+ def 解析一个Python项目(api, txt, top_p, temperature, chatbot, history, systemPromptTxt, WEB_PORT):
93
  history = [] # 清空历史,以免输入溢出
94
  import glob, os
95
  if os.path.exists(txt):