Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 645 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 645 Bytes

Deno New Bing

New Bing API for Deno

TODO

  • Jailbreak by default
  • Server API support
  • Remove extra code copied from original repo
  • Make it more configurable

Example

BING_COOKIE="Your cookie here..." deno run --allow-net --allow-env demo.ts

or

deno run -A cli.ts

Server

server.ts includes a HTTP server that converts WebSocket to SSE and simplifies relevant API.

Credits

Some code is copied from chathub. Jailbreak is inspired by node-chatgpt-api