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,