From 856df8fb6231adb16c57fb4bece22d9f24791fdb Mon Sep 17 00:00:00 2001 From: binary-husky <505030475@qq.com> Date: Mon, 24 Apr 2023 20:18:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AA=8C=E8=AF=81=E5=AF=B9=E8=AF=9D=E4=B8=8A?= =?UTF-8?q?=E4=B8=8B=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- request_llm/bridge_newbing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/request_llm/bridge_newbing.py b/request_llm/bridge_newbing.py index eb8c916..05803cf 100644 --- a/request_llm/bridge_newbing.py +++ b/request_llm/bridge_newbing.py @@ -95,7 +95,7 @@ class NewBingHandle(Process): # 问题 prompt += question self.local_history.append(question) - print('question:', question) + print('question:', prompt) # 提交 async for final, response in self.newbing_model.ask_stream( prompt=question,