PeronGH / deno-new-bing

New Bing API with Jailbreak by Default for Deno

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

New Bing API with Jailbreak by Default for Deno


Languages

Language:TypeScript 100.0%