-
你好
十分冒昧打扰到你了,我这边对接edge chat过程中遇到点问题,在github上看到您的回答,所以耽误你几分钟。
问题链接:https://github.com/acheong08/EdgeGPT/issues/584
我这边也是开启proxy代理后,报错“websockets.exceptions.InvalidStatusCode: server rejected We…
-
I used the signature in the X-Sydney-Encryptedconversationsignature header from the create conversation response, URL-encoded it, and passed it as the sec_access_token to the chathub interface, but …
-
#import library
import re
import asyncio
import pickle
import aiogram
from EdgeGPT import Chatbot
# Insert your bot token
BOT_TOKEN = ''
bot = aiogram.Bot(token=B…
-
Just like the preview in README, some times Bing's reply will repeat the question.
![preview](https://github.com/bsdayo/BingChat/blob/dd8d295aa37712aef1bf23ca3c7599403fbef0cd/assets/cli-screenshot.…
-
It seems to no longer work, I've tried adding the _U cookie and also tried adding all cookies but it doesn't return any results.
-
After all, it is possible to chat with Bing in other browsers and without logging in.
I am trying to understand how to show Bing that you have solved a catcha when you are not logged in and there is…
-
Hello again,
Thanks again for your tool. Would be great if it could be connected to Google Bard, now that it is available in Europe :)
-
I am not clued up with electron and its packaging, but can any one replace
const bingUrl = `https://edgeservices.bing.com/edgediscover/query?&${
with
https://edgeservices.bing.com/edgesvc/chat
a…
-
### Preflight Checklist
- [x] Microsoft Edge is selected in any "How do you want to open this?" box
- [x] I've ran the [Cleanup tool](https://raw.githubusercontent.com/rcmaehl/MSEdgeRedirect/main/Ass…
-
This project is great, but sometimes I don't get a reply when I use it. I use `await` to receive `response`, not `onProgress`