GithubHelp home page GithubHelp logo

lczlance / wordpress Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wordpress/wordpress

0.0 0.0 0.0 390.85 MB

WordPress, Git-ified. This repository is just a mirror of the WordPress subversion repository. Please do not send pull requests. Submit pull requests to https://github.com/WordPress/wordpress-develop and patches to https://core.trac.wordpress.org/ instead.

Home Page: https://wordpress.org

License: Other

JavaScript 18.56% PHP 63.11% CSS 17.12% HTML 0.10% SCSS 1.11%

wordpress's Introduction

go-proxy-bing

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

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

⭐ 支持现有开源提示词库

⭐ 需要画图等高级功能时,可登录微软账号设置用户 Cookie 进行体验

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

网页展示

  • 电脑端未登录状态

电脑未登录

  • 电脑端登录

电脑端登录 提示词1 提示词2

  • 电脑端画图

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

电脑端画图

  • 手机端未登录状态

手机端未登录

侧边栏

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

添加侧边栏

聊天

撰写

演示站点

甲骨文小鸡仔,轻虐

Railway 搭建

Vercel 搭建

Render 搭建

获取 Cookie

获取Cookie

环境变量

# 运行端口 默认 8080 可选
PORT=8080
# Socks 环境变量 示例 可选
Go_Proxy_BingAI_SOCKS_URL=192.168.0.88:1070
# Socks 账号、密码 可选
Go_Proxy_BingAI_SOCKS_USER=xxx
Go_Proxy_BingAI_SOCKS_PWD=xxx
# 默认用户 Cookie 设置,可选,固定前缀 Go_Proxy_BingAI_USER_TOKEN 可设置多个,未登录用户将随机使用
Go_Proxy_BingAI_USER_TOKEN_1=xxx
Go_Proxy_BingAI_USER_TOKEN_2=xxx
Go_Proxy_BingAI_USER_TOKEN_3=xxx ...

部署

⭐ 需 https 域名 (自行配置 nginx 等) (前后端都有限制 只有在HTTPS的情况下,浏览器 Accept-Encoding 才会包含 br , localhost 除外)

支持 Linux (amd64 / arm64)、Windows (amd64 / arm64)

国内机器部署可配置 socks 环境变量

Docker

参考 Dockerfiledocker-compose.yml

  • docker 示例
# 运行容器 监听8080 端口
docker run -d -p 8080:8080 --name go-proxy-bingai --restart=unless-stopped adams549659584/go-proxy-bingai

# 配置 socks 环境变量
docker run -e Go_Proxy_BingAI_SOCKS_URL=192.168.0.88:1070 -e Go_Proxy_BingAI_SOCKS_USER=xxx -e Go_Proxy_BingAI_SOCKS_PWD=xxx -d -p 8080:8080 --name go-proxy-bingai --restart=unless-stopped adams549659584/go-proxy-bingai
  • docker compose 示例
version: '3'

services:
  go-proxy-bingai:
    # 镜像名称
    image: adams549659584/go-proxy-bingai
    # 容器名称
    container_name: go-proxy-bingai  
    # 自启动
    restart: unless-stopped
    ports:
      - 8080:8080
    # environment:
    #   - Go_Proxy_BingAI_SOCKS_URL=192.168.0.88:1070
    #   - Go_Proxy_BingAI_SOCKS_USER=xxx
    #   - Go_Proxy_BingAI_SOCKS_PWD=xxx

Release

Github Releases 下载适用于对应平台的压缩包,解压后可得到可执行文件 go-proxy-bingai,直接运行即可。

Railway

主要配置 Dockerfile 路径 及 端口就可以

PORT=8080
RAILWAY_DOCKERFILE_PATH=docker/Dockerfile

一键部署,点这里 => Deploy on Railway

Railway 模板部署

自行使用 Railway 部署配置如下

Railway 环境变量

Railway 域名

Vercel

一键部署,点这里 => Deploy with Vercel

Vercel 一键部署

Vercel 域名

Render

一键部署,点这里 => Deploy to Render

Render 一键部署

Render 域名

TODO

  • 撰写
  • Vue3 重构
  • 提示词
  • 历史聊天
  • 导出消息到本地(Markdown、图片、PDF)
  • 简单访问权限控制

wordpress's People

Contributors

aaronjorbin avatar adamsilverstein avatar afercia avatar audrasjb avatar azaozz avatar boonebgorges avatar dd32 avatar desrosj avatar dream-encode avatar drewapicture avatar gziolo avatar helen avatar hellofromtonya avatar jeremyfelt avatar johnbillion avatar koop avatar lancewillett avatar markjaquith avatar nacin avatar obenland avatar ocean90 avatar pento avatar peterwilsoncc avatar rachelbaker avatar sergeybiryukov avatar staylor avatar swissspidy avatar timothybjacobs avatar westonruter avatar whyisjake avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.