qingxu99 commited on
Commit
856df8f
1 Parent(s): 8e59412

验证对话上下文

Browse files
Files changed (1) hide show
  1. request_llm/bridge_newbing.py +1 -1
request_llm/bridge_newbing.py CHANGED
@@ -95,7 +95,7 @@ class NewBingHandle(Process):
95
  # 问题
96
  prompt += question
97
  self.local_history.append(question)
98
- print('question:', question)
99
  # 提交
100
  async for final, response in self.newbing_model.ask_stream(
101
  prompt=question,
 
95
  # 问题
96
  prompt += question
97
  self.local_history.append(question)
98
+ print('question:', prompt)
99
  # 提交
100
  async for final, response in self.newbing_model.ask_stream(
101
  prompt=question,