Spaces:
Running
Running
验证对话上下文
Browse files
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:',
|
| 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,
|