summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/Bing.py
diff options
context:
space:
mode:
authorHeiner Lohaus <heiner@lohaus.eu>2023-10-06 18:21:56 +0200
committerHeiner Lohaus <heiner@lohaus.eu>2023-10-06 18:21:56 +0200
commitaf9ed889c11f2ca5f1df96c40f072012a68b5713 (patch)
tree23259ad64f84a3397f197549fcdd12b7c2563707 /g4f/Provider/Bing.py
parent~ | g4f v-0.1.5.0 (diff)
downloadgpt4free-af9ed889c11f2ca5f1df96c40f072012a68b5713.tar
gpt4free-af9ed889c11f2ca5f1df96c40f072012a68b5713.tar.gz
gpt4free-af9ed889c11f2ca5f1df96c40f072012a68b5713.tar.bz2
gpt4free-af9ed889c11f2ca5f1df96c40f072012a68b5713.tar.lz
gpt4free-af9ed889c11f2ca5f1df96c40f072012a68b5713.tar.xz
gpt4free-af9ed889c11f2ca5f1df96c40f072012a68b5713.tar.zst
gpt4free-af9ed889c11f2ca5f1df96c40f072012a68b5713.zip
Diffstat (limited to 'g4f/Provider/Bing.py')
-rw-r--r--g4f/Provider/Bing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/Bing.py b/g4f/Provider/Bing.py
index aa2db990..f4275a5f 100644
--- a/g4f/Provider/Bing.py
+++ b/g4f/Provider/Bing.py
@@ -250,7 +250,7 @@ async def stream_generate(
conversation = await create_conversation(session)
try:
async with session.ws_connect(
- f'wss://sydney.bing.com/sydney/ChatHub?sec_access_token={urllib.parse.quote_plus(conversation.conversationSignature)}',
+ f'wss://sydney.bing.com/sydney/ChatHub',
autoping=False,
params={'sec_access_token': conversation.conversationSignature}
) as wss: