Skip to content
forked from weaigc/bingo

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

License

Notifications You must be signed in to change notification settings

Pandas886/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

功能和特点

  • 完全基于 Next.js 重写,高度还原 New Bing Web 版 UI,使用体验和 Bing AI 基本一致。
  • 支持 Docker 构建,方便快捷地部署和访问。
  • Cookie 可全局配置,全局共享。
  • 支持持续语音对话

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 74.8%
  • SCSS 22.3%
  • JavaScript 1.7%
  • Other 1.2%