Skip to content
/ bingo Public
forked from weaigc/bingo

Bingo,一个让你呼吸顺畅 New Bing。

License

Notifications You must be signed in to change notification settings

cstarc/bingo

Repository files navigation

title emoji colorFrom colorTo sdk pinned license
bingo
📉
red
red
docker
true
mit

Bingo

Bingo,一个让你呼吸顺畅 New Bing。

高度还原 New Bing 网页版的主要操作,国内可用,兼容绝大多数微软 Bing AI 的功能,可自行部署使用。

MIT License

演示站点

https://bing.github1s.tk

img

功能和特点

  • 高度还原 New Bing Web 版 UI,使用上和 Bing AI 基本一致。
  • 支持搭建在 Vercel 上和 Docker 构建,方便快捷地部署和访问。

RoadMap

  • 支持 wss 转发
  • 支持一键部署
  • 优化移动端展示
  • 适配深色模式
  • 支持画图
  • 支持内置提示词
  • 支持语音输入
  • 支持离线访问

一键部署

你也可以一键部署自己的 New Bing AI 到 🤗 HuggingFace 上

Deploy to HuggingFace

环境和依赖

安装和使用

  • 使用 Node 启动
git clone https://github.com/weaigc/bingo.git
npm i # 推荐使用 pnpm i
npm run build
npm run start
  • 使用 Docker 启动
git clone https://github.com/weaigc/bingo.git
docker build . -t bingo
docker run --rm -it -e BING_COOKIE=xxxx -p 7860:7860 bingo # BING_COOKIE 为 bing.com 域名下的一个名叫 _U 的 Cookie 的值

如何获取 Cookie

Coookie

鸣谢

License

MIT © LICENSE.

About

Bingo,一个让你呼吸顺畅 New Bing。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 69.2%
  • SCSS 27.0%
  • JavaScript 2.4%
  • Other 1.4%