Spaces:
Running
Running
Update crazy_functions/代码重写为全英文_多线程.py
Browse files
crazy_functions/代码重写为全英文_多线程.py
CHANGED
@@ -5,7 +5,7 @@ from toolbox import CatchException, write_results_to_file
|
|
5 |
|
6 |
|
7 |
@CatchException
|
8 |
-
def 全项目切换英文(txt, top_p, temperature, chatbot, history, sys_prompt, WEB_PORT):
|
9 |
history = [] # 清空历史,以免输入溢出
|
10 |
# 集合文件
|
11 |
import time, glob, os
|
@@ -32,7 +32,7 @@ def 全项目切换英文(txt, top_p, temperature, chatbot, history, sys_prompt,
|
|
32 |
file_content = f.read()
|
33 |
i_say = f'接下来请将以下代码中包含的所有中文转化为英文,只输出代码,文件名是{fp},文件代码是 ```{file_content}```'
|
34 |
# ** gpt request **
|
35 |
-
gpt_say = predict_no_ui_long_connection(inputs=i_say, top_p=top_p, temperature=temperature, history=history, sys_prompt=sys_prompt)
|
36 |
mutable_return[index] = gpt_say
|
37 |
|
38 |
# 所有线程同时开始执行任务函数
|
|
|
5 |
|
6 |
|
7 |
@CatchException
|
8 |
+
def 全项目切换英文(api, txt, top_p, temperature, chatbot, history, sys_prompt, WEB_PORT):
|
9 |
history = [] # 清空历史,以免输入溢出
|
10 |
# 集合文件
|
11 |
import time, glob, os
|
|
|
32 |
file_content = f.read()
|
33 |
i_say = f'接下来请将以下代码中包含的所有中文转化为英文,只输出代码,文件名是{fp},文件代码是 ```{file_content}```'
|
34 |
# ** gpt request **
|
35 |
+
gpt_say = predict_no_ui_long_connection(api, inputs=i_say, top_p=top_p, temperature=temperature, history=history, sys_prompt=sys_prompt)
|
36 |
mutable_return[index] = gpt_say
|
37 |
|
38 |
# 所有线程同时开始执行任务函数
|