back to home

adams549659584 / go-proxy-bingai

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

8,584 stars
12,241 forks
217 issues
HTMLJavaScriptVue

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing adams549659584/go-proxy-bingai in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/adams549659584/go-proxy-bingai)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

go-proxy-bing 基于微软 New Bing 用 Vue3 和 Go 简单定制的微软 New Bing 演示站点,拥有一致的 UI 体验,支持 ChatGPT 提示词,国内可用,基本兼容微软 Bing AI 所有功能,无需登录即可畅聊。 ⭐ Bing 官方聊天服务器(相对较快和稳定,推荐)不可用时,可参考以下方案 > 1. 可用 ModHeader 添加 X-Forwarded-For 请求头,对应 URL 是 wss://sydney.bing.com/sydney/ChatHub,具体可参考 issues #71 及 https://zhuanlan.zhihu.com/p/606655303 > 2. 本地部署再部署一份作为聊天中转服务,或下载 Release 直接运行,自定义聊天服务器中填入 http://localhost:8080,并选择。 ⭐ 聊天服务器 (暂时默认 Cloudflare Workers,请求数每天限额 100,000,撑不了多久 ,推荐自行部署,参考下面 部署聊天服务器 ) 可在右上角 设置 => 服务选择 中切换 ⭐ 国内可用 (部署服务器需要直连 www.bing.com 不重定向 CN ,可配置 socks 连接) ⭐ 支持现有开源 ChatGPT 提示词库 ⭐ 需要画图等高级功能时(需选更有创造力模式或右上角 设置 => 图像创建 ),可登录微软账号设置用户 Cookie 进行体验 ⭐ 遇到一切问题,先点左下角 试试,不行使用刷新大法(Shift + F5 或 Ctrl + Shift + R 或 右上角设置中的一键重置),最终大招就 清理浏览器缓存 及 Cookie ,比如(24 小时限制、未登录提示等等) • go-proxy-bing • 网页展示 • 侧边栏 • 演示站点 • 设置用户 • 环境变量 • 部署 • Docker • Release • Railway • Vercel • Render • 部署聊天服务器 • TODO 网页展示 • 电脑端未登录状态 • 电脑端登录 • 电脑端画图 > ⭐ 需登录,并选择 更有创造力 对话模式 • 手机端未登录状态 侧边栏 • 在 Edge 浏览器可把聊天和撰写分别添加侧边栏 演示站点 甲骨文小鸡仔,轻虐 • https://bing.vcanbb.top Railway 搭建 • https://bing-railway.vcanbb.top • https://go-proxy-bingai-production.up.railway.app Vercel 搭建 • https://bing-vercel.vcanbb.top • https://go-proxy-bingai-adams549659584.vercel.app Render 搭建 • https://bing-render.vcanbb.top • https://go-proxy-bingai.onrender.com 设置用户 • 访问 https://www.bing.com/ 或 https://cn.bing.com/ ,登录 • F12 或 Ctrl + Shift + I 打开控制台 • 拿到 Cookie 中 _U 的值 后,在网站设置 => 设置用户 中填入即可。 环境变量 部署 > ⭐ 需 https 域名 (自行配置 nginx 等) (前后端都有限制 只有在HTTPS的情况下,浏览器 Accept-Encoding 才会包含 br , localhost 除外) > 支持 Linux (amd64 / arm64)、Windows (amd64 / arm64) > 国内机器部署可配置 socks 环境变量 Docker > 参考 Dockerfile 、docker-compose.yml • docker 示例 • docker compose 示例 Release 在 GitHub Releases 下载适用于对应平台的压缩包,解压后可得到可执行文件 go-proxy-bingai,直接运行即可。 Railway > 主要配置 Dockerfile 路径 及 端口就可以 一键部署,点这里 => 自行使用 Railway 部署配置如下 Vercel > ⭐ Vercel 部署不支持 Websocket ,需选择 官方聊天服务器 或 Cloudflare 一键部署,点这里 => Render 一键部署,点这里 => 部署聊天服务器 > 核心代码 worker.js > 具体部署 Cloudflare Workers 教程自行查询,大概如下 • 注册 Cloudflare 账号 • 创建 Worker 服务,复制 worker.js 全部代码,粘贴至创建的服务中,保存并部署。 • 触发器 中自定义访问域名。 TODO • [x] 撰写 • [x] Vue3 重构 • [x] 提示词 • [x] 历史聊天 • [x] 导出消息到本地(Markdown、图片、PDF) • [x] 简单访问权限控制