main chatgpt-web-share/Dockerfile Go to file Cannot retrieve contributors at this time 31 lines (19 sloc) 675 Bytes Raw Blame FROM golang:1.20-alpine AS ProxyBuilder COPY ChatGPT-Proxy-V4 /app/ChatGPT-Proxy-V4 WORKDIR /app/ChatGPT-Proxy-V4 RUN CGO_ENABLED=0 go build -a -...
共享ChatGPT 账号给多用户同时使用!A web application that allows multiple users to share one ChatGPT account at the same time, developed using fastapi & vue3. Supports GPT-4! 用于朋友之间共享或合租 ChatGPT 账号。使用 FastAPI + Vue3 开发。支持 ChatGPT Plu
LlavaGuard: VLM-based Safeguards for Vision Dataset Curation and Safety Assessment:LlavaGuard提供高质量视觉数据集,具有广泛的安全分类和可定制类别,安全评估优于GPT-4,使用SGLang实现,提供代码片段和GitHub上的Docker镜像。 Chunking Strategies for RAG Systems:Stack Overflow博客文章讨论了RAG系统的各种分块策略,...
本项目的 docker 镜像为:docker 镜像 新功能可能没有及时更新到 github 上,可通过一键部署脚本体验最新系统。 plus版一键部署脚本。 curl -sSfL https://raw.githubusercontent.com/jurieo/chatgpt-share-web/deploy/quick-install.sh | bash Note 本项目使用者必须在遵循 OpenAI 的使用条款以及法律法规的情况下使...
docker-compose.yaml startup.sh README License ChatGPT Web Share >>>English Readme<<< 共享一个 ChatGPT 账号给多用户同时使用的 web 应用,使用 FastAPI + Vue3 开发。可用于朋友之间共享或合租 ChatGPT 账号。支持 ChatGPT Plus / 设置对话模型 / 用户请求限制等功能。支持使用 GPT-4!
It is recommended to use docker-compose for deployment. Create a newdocker-compose.ymlfile with the following contents: version:"3"services:chatgpt-share:image:ghcr.io/moeakwak/chatgpt-web-share:latestcontainer_name:chatgpt-web-sharerestart:alwaysnetwork_mode:bridgeports: -8080:80#web portvolume...
docker compose pull 重新启动站点 docker compose up -d 成功部署后,请访问门户地址+/admin/login使用管理员账号和密码登录管理界面。在配置中心中配置基础信息,否则新用户将无法注册登录。 如果选择邮箱登录,请在邮箱配置中配置您的qq邮箱,注意目前仅兼容了qq邮箱发送邮件。邮箱服务器: smtp.qq.com。端口: 465。
Files main .github backend docs frontend .gitignore .gitmodules Caddyfile Dockerfile LICENSE README.en.md README.md docker-compose.yaml startup.shBreadcrumbs chatgpt-web-share / README.md Latest commit moeakwak doc: fix donate code size...
startup.sh fix: docker shudown do not save statistics Apr 3, 2023 Repository files navigation README License ChatGPT Web Share 适用于个人、组织或团队的 ChatGPT 共享方案。共享一个 ChatGPT Plus 账号给多人使用,提供完善的管理和限制功能。 English Readme 文档 项目特点:https://cws-docs.pages.dev...
File metadata and controls Code Blame 7 lines (5 loc) · 99 Bytes Raw #!/bin/bash set -e docker compose down docker compose pull docker compose up -d --remove-orphans 1 2 3 4 5 6 7While the code is focused, press Alt+F1 for a menu of operations....