全新BingAI
00 分钟
2024-5-13
2024-8-9
type
status
date
slug
summary
tags
password
category
icon
Text 1
Text
✅ 提供免费云服务器一键部署
✅ 聊天服务器可在右上角 「设置 - 服务选择」 中切换
✅ 国内可用 (部署服务器需要直连 Bing国际 不重定向 CN , 可配置 socks 连接)
✅ 支持现有开源 ChatGPT 提示词库
✅ 一键登录
✅ 登录账号支持画图
✅ 支持侧边栏聊天和撰写 - Chrome插件
✅ 支持 OpenAI 格式 API 调用 - 📝 Wiki文档

📝 部署教程

作者网站

以下引用自作者开源网站
首先进行fork

一键部署

环境变量

运行端口可选, 默认 8080
PORT=8080
人机验证接口可选, 默认为空, 用于自动通过人机验证
BYPASS_SERVER=https://bingai.zklcdc.xyz/
基础域相关Bing 基础域可选,默认值 https://www.bing.com
BING_BASE_URL=https://www.bing.comSydney
聊天服务器基础域可选,默认值 https://sydney.bing.com
SYDNEY_BASE_URL=https://sydney.bing.com
代理相关可选, 修改为采用系统环境变量 HTTP_PROXY 和 HTTPS_PROXY
代理地址HTTP_PROXY=http://http.proxy:portHTTPS_PROXY=socks5://socks5.proxy:port
如需用户名密码,值的格式为
# HTTP 协议http://用户名:密码@代理地址:代理端口
# HTTPS 协议https://用户名:密码@代理地址:代理端口
# SOCKS5 协议socks5://用户名:密码@代理地址:代理端口
Cookie 相关
可选
_U Cookie
默认用户 Cookie 设置,可选,不推荐使用,固定前缀 Go_Proxy_BingAI_USER_TOKEN 可设置多个,未登录用户将随机使用,多人共用将很快触发图形验证,并很快达到该账号的24小时限制
Go_Proxy_BingAI_USER_TOKEN_1=xxxGo_Proxy_BingAI_USER_TOKEN_2=xxxGo_Proxy_BingAI_USER_TOKEN_3=xxx ...
KievRPSSecAuth Cookie
USER_KievRPSSecAuth=xxx
_RwBf Cookie
USER_RwBf=xxx
MUID Cookie
USER_MUID=xxx
安全相关授权密码可选, 简单授权认证密码
Go_Proxy_BingAI_AUTH_KEY=xxx
API Key可选, OpenAI格式API Key
APIKEY=sk-xxxxxxxxxxxxxx

代理服务器部署(已经废弃可直接使用上面cloudflare worker直接部署)

参考github的教程
1.注册 Cloudflare 账号
2.创建 Worker 服务
3.复制 worker.js 全部代码,粘贴至创建的服务中
4.新建文件 bjs.js, 并粘贴对应文件内容
5.修改 KievRPSSecAuth 为随机长字符串
6.修改 BYPASS_SERVER 为人机验证服务器地址(可以使用作者的,也可以使用自行部署的)
7.保存并部署
8.触发器 中自定义访问域名

自动人机验证服务器

项目作者接口:
https://bypass.b1ng.chat
自己制作接口:

Newbing镜像站

免责说明

Note
本项目所有功能仅供学习和娱乐交流使用, 不代表微软的官方观点或立场。本项目不对任何由使用本项目产生的直接或间接损失负责, 包括但不限于数据丢失、系统损坏、法律风险等。本项目不保证本站点的功能完整性、稳定性、安全性和准确性, 也不保证本项目与微软 New Bing 的一致性。本项目不对本站点的内容进行审核或监督, 用户应自行承担使用本站点的风险和责任。本项目保留随时修改或终止本站点的权利, 恕不另行通知。
在中国大陆范围内使用请遵循《生成式人工智能服务管理暂行办法》的要求, 请勿对中国地区公众提供一切未经备案的生成式人工智能服务。本项目开发者不对使用本项目产生的任何后果负责。
Note
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.
Please follow the requirements of the 《Interim Measures for the Management of Generative AI Services》 when using it in Chinese Mainland, and do not provide any unregistered generative AI services to the public in China. The developer of this project is not responsible for any consequences arising from the use of this project
上一篇
HEXO网站搭建
下一篇
【白嫖】serv00部署各种应用(自用篇)

评论
Loading...