pick 部分代码

This commit is contained in:
w_xiaolizu
2023-06-27 13:51:32 +08:00
parent fbe9bcac96
commit 56679a41ef
7 changed files with 25 additions and 548 deletions

View File

@ -493,7 +493,7 @@ def thread_write_chat(chatbot, history):
base_path = os.path.dirname(__file__)
prompt_path = os.path.join(base_path, 'prompt_users')
prompt_path = os.path.join(base_path, 'users_data')
def reuse_chat(result, chatbot, history, pro_numb):