返回提交历史
Modified
g4f/Provider/Bing.py
+0
-1
XFEstudio/gpt4free
Update Bing.py
9be4b479
代码差异
1 个文件
+0
-1
@@ -380,7 +380,6 @@ async def stream_generate(
380
380
response = json.loads(obj)
381
381
if response and response.get('type') == 1 and response['arguments'][0].get('messages'):
382
382
message = response['arguments'][0]['messages'][0]
383
print(message)
384
383
if message_id is not None and message_id != message["messageId"]:
385
384
returned_text = ''
386
385
message_id = message["messageId"]