bing-chat
bing-chat copied to clipboard
Node.js client for Bing's new AI-powered search. It's like ChatGPT on steroids 🔥
Hi there!👋 I made a small improvement to the code by defining a more specific type for the `variant` field. By using a more specific type for the `variant` field,...
```js SyntaxError: Unexpected end of JSON input at JSON.parse () at parseJSONFromBytes (node:internal/deps/undici/undici:6571:19) at successSteps (node:internal/deps/undici/undici:6545:27) at node:internal/deps/undici/undici:1211:60 at node:internal/process/task_queues:140:7 at AsyncResource.runInAsyncScope (node:async_hooks:203:9) at AsyncResource.runMicrotask (node:internal/process/task_queues:137:8) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) ```...
For example, using the prompt _Can you explain how Silicon Valley Bank collapsed?_ Here's what the official Bing Chat interface generated: - Silicon Valley Bank (SVB) was a bank that...
This code will resolve/return partial response with ```json { ..., isFulfilled: true // or false (Depends on response is fulfilled or not) } ``` IDK it's new or not, but...
Hi! I find it cannot handle responses from new bing now. It could work several hours ago, but now it cannot. I think something is changed in the responses of...
Hi, is it possible to utilize the Bing specific features like reading pdfs or URLs through this wrapper? I'm guessing for URLs you can simply have it open a text...
This project is great, but sometimes I don't get a reply when I use it. I use `await` to receive `response`, not `onProgress`