diff --git a/apps/chatgpt-next-web/README.md b/apps/chatgpt-next-web/README.md index 3feaa4e59..da9b9059f 100644 --- a/apps/chatgpt-next-web/README.md +++ b/apps/chatgpt-next-web/README.md @@ -1,17 +1,12 @@ # ChatGPT-Next-Web -一键免费部署你的跨平台私人 ChatGPT 应用。 +**ChatGPT-Next-Web** 一键免费部署你的跨平台私人 ChatGPT 应用, 支持 GPT3, GPT4 & Gemini Pro 模型。 ## 特征: -- 只需在 1 分钟内即可在 Vercel 上一键免费部署 -- Linux/Windows/MacOS 上的紧凑型客户端 (~5MB),立即下载 -- 与自部署llms完全兼容,推荐与RWKV-Runner或LocalAI配合使用 -- 隐私第一,所有数据都存储在浏览器本地 -- Markdown 支持:LaTex、mermaid、代码高亮等。 -- 响应式设计、深色模式和 PWA -- 首屏加载速度快(~100kb),支持流式响应 -- v2 中的新增功能:使用提示模板(掩码)创建、共享和调试您的聊天工具 -- 由Awesome-chatgpt-prompts-zh和Awesome-chatgpt-prompts提供支持的很棒的提示 -- 自动压缩聊天历史记录以支持长时间对话,同时保存您的令牌 -- 国际化:英语、简体中文、繁体中文、日本语、法语、西班牙语、意大利语、土耳其语、德语、Tiếng Việt、Русский、Čeština、한국어、印度尼西亚 \ No newline at end of file +- 与自行部署的 LLM 完全兼容; +- 隐私第一,所有数据都存储在浏览器本地; +- Markdown 支持:LaTex、mermaid、代码高亮等; +- 响应式设计、深色模式和 PWA; +- 首屏加载速度快(~100kb),支持流式响应; +- 自动压缩聊天历史记录以支持长时间对话,同时保存您的令牌。 \ No newline at end of file diff --git a/apps/chatgpt-next-web/data.yml b/apps/chatgpt-next-web/data.yml index 251bc7f4a..2d88079eb 100644 --- a/apps/chatgpt-next-web/data.yml +++ b/apps/chatgpt-next-web/data.yml @@ -1,15 +1,15 @@ name: ChatGPT-Next-Web tags: - AI / 大模型 -title: 一键免费部署你的跨平台私人 ChatGPT 应用 -description: 一键免费部署你的跨平台私人 ChatGPT 应用 +title: 一键拥有你自己的跨平台 ChatGPT/Gemini 应用 +description: 一键拥有你自己的跨平台 ChatGPT/Gemini 应用 additionalProperties: key: chatgpt-next-web name: ChatGPT-Next-Web tags: - AI - shortDescZh: 一键免费部署你的跨平台私人 ChatGPT 应用 - shortDescEn: One-Click to get well-designed cross-platform ChatGPT web UI + shortDescZh: 一键拥有你自己的跨平台 ChatGPT/Gemini 应用 + shortDescEn: A cross-platform ChatGPT/Gemini UI type: tool crossVersionUpdate: true limit: 0 diff --git a/apps/chatgpt-web/README.md b/apps/chatgpt-web/README.md deleted file mode 100644 index d5aa68211..000000000 --- a/apps/chatgpt-web/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# ChatGPT Web - -包含完整 sass 体验的 chatgpt-web 应用。 - -## 主要功能: - -- **功能丰富**:ChatGPT-web不仅提供了基本的聊天功能,还具备很多实用的功能,例如语音识别、自动回复、历史记录、个人中心等。这些功能让你的聊天体验更加丰富,也使你能够轻松地管理多个会话。 -- **高度定制**:ChatGPT-web允许你定制聊天机器人的外观、行为和回答方式。你可以通过简单的配置文件来设置机器人的名称、头像、语气、回复方式等,甚至可以自定义机器人的回答内容。这种高度的定制化让你能够创造出独一无二的聊天体验。 -- **快速搭建**:ChatGPT-web提供了一键搭建功能,只需几分钟就能建立起一个完整的聊天系统。你只需安装好Python环境,然后通过简单的命令即可启动服务器。此外,ChatGPT-web还提供了详细的API文档和代码示例,方便你进行二次开发。 \ No newline at end of file diff --git a/apps/chatgpt-web/data.yml b/apps/chatgpt-web/data.yml deleted file mode 100644 index 2781d4cd7..000000000 --- a/apps/chatgpt-web/data.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: ChatGPT Web -tags: - - AI / 大模型 -title: 用 Express 和 Vue3 搭建的 ChatGPT 演示网页 -description: 用 Express 和 Vue3 搭建的 ChatGPT 演示网页 -additionalProperties: - key: chatgpt-web - name: ChatGPT Web - tags: - - AI - shortDescZh: 用 Express 和 Vue3 搭建的 ChatGPT 演示网页 - shortDescEn: ChatGPT demo page built with Express and Vue3 - type: tool - crossVersionUpdate: true - limit: 0 - recommend: 0 - website: https://github.com/Chanzhaoyu/chatgpt-web - github: https://github.com/Chanzhaoyu/chatgpt-web - document: https://github.com/Chanzhaoyu/chatgpt-web diff --git a/apps/chatgpt-web/latest/data.yml b/apps/chatgpt-web/latest/data.yml deleted file mode 100644 index 24faf3322..000000000 --- a/apps/chatgpt-web/latest/data.yml +++ /dev/null @@ -1,103 +0,0 @@ -additionalProperties: - formFields: - - default: 40021 - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: WebUI Port - labelZh: 网页端口 - required: true - rule: paramPort - type: number - - default: '' - edit: true - envKey: ACCESS_TOKEN - labelEn: OPENAI ACCESS TOKEN (fill in at least one with OPENAI API KEY)(https://chat.openai.com/api/auth/session) - labelZh: OPENAI ACCESS TOKEN (与OPENAI API KEY至少填一个)(https://chat.openai.com/api/auth/session) - required: false - type: text - - default: '' - edit: true - envKey: REVERSE_PROXY - labelEn: API reverse proxy (optional)(enabled by default when OPENAI ACCESS TOKEN, need to pay attention to availability) - labelZh: API 反向代理 (可选)(OPENAI ACCESS TOKEN 时默认启用,需要注意可用性) - required: false - type: text - - default: '' - edit: true - envKey: API_KEY - labelEn: OPENAI API KEY (fill in at least one with OPENAI ACCESS TOKEN) - labelZh: OPENAI API KEY (与 OPENAI ACCESS TOKEN 至少填一个) - required: false - type: text - - default: gpt-3.5-turbo - edit: true - envKey: API_MODEL - labelEn: API model (optional)(available when setting OPENAI API KEY)(https://platform.openai.com/docs/models) - labelZh: API 模型 (可选)(设置 OPENAI API KEY 时可用)(https://platform.openai.com/docs/models) - required: false - type: text - - default: https://api.openai.com - edit: true - envKey: API_BASE_URL - labelEn: API interface address (optional)(available when setting OPENAI API KEY) - labelZh: API接口地址 (可选)(设置 OPENAI API KEY 时可用) - required: false - type: text - - default: chatgptweb - edit: true - envKey: SECRET_KEY - labelEn: Access rights key (optional)((recommended) - labelZh: 访问权限密钥 (可选)(强烈建议填写) - random: true - required: false - rule: paramComplexity - type: password - - default: '0' - edit: true - envKey: REQUEST_LIMIT - labelEn: Maximum number of requests per hour (optional)(default unlimited) - labelZh: 每小时最大请求次数 (可选)(默认无限) - required: false - type: text - - default: '60000' - edit: true - envKey: TIMEOUT - labelEn: Timeout(in milliseconds) (optional) - labelZh: 超时时间(单位毫秒) (可选) - required: false - type: text - - default: '' - edit: true - envKey: PROXY_HOST - labelEn: Socks proxy address (optional)(effective when combined with Socks proxy port) - labelZh: Socks 代理地址 (可选)(和 Socks 代理端口一起时生效) - required: false - type: text - - default: '' - edit: true - envKey: PROXY_PORT - labelEn: Socks proxy port (optional)(effective when combined with Socks proxy address) - labelZh: Socks 代理端口 (可选)(和 Socks 代理地址一起时生效) - required: false - type: text - - default: '' - edit: true - envKey: PROXY_USERNAME - labelEn: Socks proxy user name (optional)(effective when combined with Socks proxy address) - labelZh: Socks 代理用户名 (可选)(和 Socks 代理地址一起时生效) - required: false - type: text - - default: '' - edit: true - envKey: PROXY_PASSWORD - labelEn: Socks proxy password (optional)(effective when combined with Socks proxy address) - labelZh: Socks 代理密码 (可选)(和 Socks 代理地址一起时生效) - required: false - type: text - - default: '' - edit: true - envKey: HTTPS_PROXY - labelEn: HTTPS proxy (optional)(supports http、https、socks5) - labelZh: HTTPS代理 (可选)(支持 http、https、socks5) - required: false - type: text diff --git a/apps/chatgpt-web/latest/docker-compose.yml b/apps/chatgpt-web/latest/docker-compose.yml deleted file mode 100644 index ec251a23d..000000000 --- a/apps/chatgpt-web/latest/docker-compose.yml +++ /dev/null @@ -1,29 +0,0 @@ -version: "3" -services: - chatgpt-web: - container_name: ${CONTAINER_NAME} - restart: always - networks: - - 1panel-network - ports: - - "${PANEL_APP_PORT_HTTP}:3002" - environment: - OPENAI_API_KEY: "${API_KEY}" - OPENAI_ACCESS_TOKEN: "${ACCESS_TOKEN}" - OPENAI_API_BASE_URL: "${API_BASE_URL}" - OPENAI_API_MODEL: "${API_MODEL}" - API_REVERSE_PROXY: "${REVERSE_PROXY}" - AUTH_SECRET_KEY: "${SECRET_KEY}" - MAX_REQUEST_PER_HOUR: "${REQUEST_LIMIT}" - TIMEOUT_MS: "${TIMEOUT}" - SOCKS_PROXY_HOST: "${PROXY_HOST}" - SOCKS_PROXY_PORT: "${PROXY_PORT}" - SOCKS_PROXY_USERNAME: "${PROXY_USERNAME}" - SOCKS_PROXY_PASSWORD: "${PROXY_PASSWORD}" - HTTPS_PROXY: "${HTTPS_PROXY}" - image: chenzhaoyu94/chatgpt-web:latest - labels: - createdBy: "Apps" -networks: - 1panel-network: - external: true diff --git a/apps/chatgpt-web/logo.png b/apps/chatgpt-web/logo.png deleted file mode 100644 index 1d7b6c361..000000000 Binary files a/apps/chatgpt-web/logo.png and /dev/null differ