Example for the issue transitive-bullshit/bing-chat#55
npm install
npm start #or npm run dev
Make sure you're using node >= 18
so fetch
is available.
You need access to Bing Chat OR a valid cookie from someone who has access.
The cookie you need from Bing is the _U
cookie (or just all of the cookies concatenated together; both will work).
Variant: [Creative, Precise, Balanced] (opcional)
-
http://localhost:3000/api?prompt=Create%20a%20poem%20about%20JavaScript%20loops&variant=Creative
-
http://localhost:3000/api?prompt=Create%20a%20poem%20about%20JavaScript%20loops&variant=Precise
-
http://localhost:3000/api?prompt=Create%20a%20poem%20about%20JavaScript%20loops&&variant=Balanced
Rahul Nallappa, waylaidwanderer, canfam for helping to reverse-engineer the API 💪 and Travis Fischer