summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2024-03-13 15:03:33 +0100
committerGitHub <noreply@github.com>2024-03-13 15:03:33 +0100
commit9be4b479912d77a2f6f13c2ab68073e723480801 (patch)
tree881703000d65b53a10f9fea119771a6de6bd321f
parentShow apology in Bing (diff)
downloadgpt4free-9be4b479912d77a2f6f13c2ab68073e723480801.tar
gpt4free-9be4b479912d77a2f6f13c2ab68073e723480801.tar.gz
gpt4free-9be4b479912d77a2f6f13c2ab68073e723480801.tar.bz2
gpt4free-9be4b479912d77a2f6f13c2ab68073e723480801.tar.lz
gpt4free-9be4b479912d77a2f6f13c2ab68073e723480801.tar.xz
gpt4free-9be4b479912d77a2f6f13c2ab68073e723480801.tar.zst
gpt4free-9be4b479912d77a2f6f13c2ab68073e723480801.zip
-rw-r--r--g4f/Provider/Bing.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/g4f/Provider/Bing.py b/g4f/Provider/Bing.py
index 4b353da9..786fec49 100644
--- a/g4f/Provider/Bing.py
+++ b/g4f/Provider/Bing.py
@@ -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"]