mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-05 00:01:00 +00:00
Update Bing.py
This commit is contained in:
parent
a29b3db46d
commit
9be4b47991
@ -380,7 +380,6 @@ async def stream_generate(
|
||||
response = json.loads(obj)
|
||||
if response and response.get('type') == 1 and response['arguments'][0].get('messages'):
|
||||
message = response['arguments'][0]['messages'][0]
|
||||
print(message)
|
||||
if message_id is not None and message_id != message["messageId"]:
|
||||
returned_text = ''
|
||||
message_id = message["messageId"]
|
||||
|
Loading…
Reference in New Issue
Block a user