bing-chat icon indicating copy to clipboard operation
bing-chat copied to clipboard

Node.js client for Bing's new AI-powered search. It's like ChatGPT on steroids 🔥

Results 47 bing-chat issues
Sort by recently updated
recently updated
newest added

For some reason conversation ID keeps returning: undefined, am I missing something? ![image](https://github.com/transitive-bullshit/bing-chat/assets/71459855/7e13e4bb-ed2d-498f-8240-466e4f4718d1)

after issuing npm install bing-chat, I tried this: ``` $ cat >chat.js import { BingChat } from 'bing-chat'; async function main() { // Initialize the API with your valid cookie...

Bing accepts unauthenticated connections. So the bing cookie is not required (but helps). Please, make it optional.

The example code (with added cookie) gives me this error: `Error: unexpected HTTP error createConversation 404: Not Found`

The idea would be to be able to send inside `sendMessage` a base64 encoded image as to get also an analysis on it. There is an endpoint `https://www.bing.com/images/kblob` from which...

As of bing's last update, this library is broken due to bing changing auth requirements. This fixes it.

The previous issue was closed without a solution. I get this message, no matter how recent my _u cookie is even though i have access to the new bing. Any...

Unsure if this is even something that is possible, but has anyone looked into reverse engineering the _U cookie generation such that it would not have to be manually refreshed...

whenever i call the .sendeMessage method it throws this error (node v 20.10.0) TypeError: bufferUtil.mask is not a function at module.exports.mask (webpack-internal:///(rsc)/./node_modules/ws/lib/buffer-util.js:96:29) at Sender.frame (webpack-internal:///(rsc)/./node_modules/ws/lib/sender.js:117:9) at Sender.send (webpack-internal:///(rsc)/./node_modules/ws/lib/sender.js:324:35) at WebSocket.send...