Skip to content

zhanshenxiaomao/go-proxy-bingai

 
 

Repository files navigation

Go-Proxy-BingAI

基于微软 New Bing 用 Vue3 和 Go 简单定制的微软 New Bing 演示站点,拥有一致的 UI 体验,支持 ChatGPT 提示词,国内可用,基本兼容微软 Bing AI 所有功能,无需登录即可畅聊。

目录

教程(十分重要)

查看 >>>快速教程<<<

一键部署

部署到HuggingFace

Run on Repl.it

特色简介

⭐ 聊天服务器 (暂时默认 Cloudflare Workers,请求数每天限额 100,000,撑不了多久 ,推荐自行部署,参考下面 部署聊天服务器 ) 可在右上角 设置 => 服务选择 中切换

⭐ 提供免费云服务器一键部署

⭐ 国内可用 (部署服务器需要直连 Bing国际 不重定向 CN ,可配置 socks 连接)

⭐ 支持现有开源 ChatGPT 提示词库

⭐ 需要画图等高级功能时(需选更有创造力模式或右上角 设置 => 图像创建 ),可登录微软账号设置用户 Cookie 进行体验

⭐ 遇到一切问题,先点左下角 新主题 试试,不行使用刷新大法(Shift + F5 或 Ctrl + Shift + R 或者右上角设置中的一键重置),最终大招就清理浏览器缓存及Cookie,比如(24小时限制、未登录提示等等)

⭐ Bing 官方聊天服务器(相对较快和稳定,推荐)不可用(中国用户)时,可参考以下方案(过于麻烦):

  1. 可用 ModHeader 添加 X-Forwarded-For 请求头,对应 URL 是 wss://sydney.bing.com/sydney/ChatHub,具体可参考 issues #71https://zhuanlan.zhihu.com/p/606655303
  2. 本地部署再部署一份作为聊天中转服务,或下载 Release 直接运行,自定义聊天服务器中填入 http://localhost:8080,并选择它。

网页展示

  • 电脑端未登录状态

电脑未登录

  • 电脑端登录

电脑端登录 提示词1 提示词2 聊天服务器选择

  • 电脑端画图

⭐ 需登录,并选择更有创造力对话模式

电脑端画图

  • 手机端未登录状态

手机端未登录

侧边栏

  • 在 Edge 浏览器可把聊天和撰写分别添加侧边栏

添加侧边栏

聊天

撰写

免责声明

本项目所有功能仅供学习和娱乐交流使用,不代表微软的官方观点或立场。本项目不对任何由使用本项目产生的直接或间接损失负责,包括但不限于数据丢失、系统损坏、法律风险等。本项目不保证本站点的功能完整性、稳定性、安全性和准确性,也不保证本项目与微软 New Bing 的一致性。本项目不对本站点的内容进行审核或监督,用户应自行承担使用本站点的风险和责任。本项目保留随时修改或终止本站点的权利,恕不另行通知。

This project is a demonstration site based on Microsoft New Bing, All function just for learning and entertainment purposes only, and does not represent the official views or positions of Microsoft. This project is not responsible for any direct or indirect losses caused by using this site, including but not limited to data loss, system damage, legal risks, etc. This project does not guarantee the functionality, stability, security and accuracy of this site, nor does it guarantee the consistency of this site with Microsoft New Bing. This project does not review or supervise the content of this site, and users should bear the risks and responsibilities of using this site. This project reserves the right to modify or terminate this site at any time without prior notice.

About

用 Vue3 和 Go 搭建的微软 New Bing 演示站点,拥有一致的 UI 体验,支持 ChatGPT 提示词,国内可用。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 60.4%
  • JavaScript 31.2%
  • Vue 4.5%
  • Go 2.1%
  • TypeScript 1.7%
  • CSS 0.1%