Skip to content

Commit

Permalink
Update Bing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hlohaus authored Mar 13, 2024
1 parent a29b3db commit 9be4b47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion g4f/Provider/Bing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 9be4b47

Please sign in to comment.