transitive-bullshit / bing-chat

Node.js client for Bing's new AI-powered search. It's like ChatGPT on steroids 🔥
MIT License
1.22k stars 128 forks source link

Chat quality is significantly worse than using the official Bing Chat interface #16

Open eula01 opened 1 year ago

eula01 commented 1 year ago

For example, using the prompt Can you explain how Silicon Valley Bank collapsed?

Here's what the official Bing Chat interface generated:

And here's what the reverse engineered API (this repo) generates:

Does anyone have any ideas on why this quality discrepancy is happening? My hypothesis is that the Bing Chat UI is using a newer model. I looked through the network tab whilst interacting with the Bing Chat UI and there doesn't seem to be any difference in the requests.

Any ideas?

tdguchi commented 1 year ago

The reverse engineered its the same as the official, your differences may be caused by chat type (creative, balanced, precise)

Why is the same? this repo only acts as a "bridge" to the bing chat