Spaces:
Paused
Paused
binary-husky
commited on
Commit
•
36b3c70
1
Parent(s):
1ac2031
Update functional_crazy.py
Browse files- functional_crazy.py +1 -1
functional_crazy.py
CHANGED
@@ -16,7 +16,7 @@ def 自我程序解构简单案例(txt, top_p, temperature, chatbot, history, sy
|
|
16 |
history.append(i_say)
|
17 |
history.append(gpt_say)
|
18 |
yield chatbot, history, '正常'
|
19 |
-
|
20 |
|
21 |
def 解析项目本身(txt, top_p, temperature, chatbot, history, systemPromptTxt, WEB_PORT):
|
22 |
import time, glob, os
|
|
|
16 |
history.append(i_say)
|
17 |
history.append(gpt_say)
|
18 |
yield chatbot, history, '正常'
|
19 |
+
|
20 |
|
21 |
def 解析项目本身(txt, top_p, temperature, chatbot, history, systemPromptTxt, WEB_PORT):
|
22 |
import time, glob, os
|