ChatGPT 中文版:国内ChatGPT官网中文入口(支持GPT4.0,无需翻墙) chatgpt-web-site/ChatGPT-gpt4Public NotificationsYou must be signed in to change notification settings Fork0 Star0 starsforks NotificationsYou must be signed in to
version: '3' services: app: image: chenzhaoyu94/chatgpt-web # 总是使用 latest ,更新时重新 pull 该 tag 镜像即可 ports: - 3002:3002 environment: # 二选一 OPENAI_API_KEY: xxxxxx # 二选一 OPENAI_ACCESS_TOKEN: xxxxxx # API接口地址,可选,设置 OPENAI_API_KEY 时可用 OPENAI_API_BASE_URL...
ChatGPT-Web Note本项目为个人AI助手,建议个人使用或小型团队使用,不建议对外开放使用以免发生一些未知错误 如你有更多的工具想法也可以提issues,我会为你提供更多工具 克隆项目代码: git clone https://github.com/JC0v0/ChatGPT-Web.gitcdChatGPT-Web/ ...
git clone https://github.com/79E/ChatGpt-Web.git 2.安装依赖 yarn install 3.运行 4.打包 yarn build ⛺️ 环境变量 如果是前后端分离模式部署项目则需要填以下配置 VITE_APP_REQUEST_HOST 请求服务端的Host地址。 强烈不建议在本地进行开发或者部署,由于一些技术原因,很难在本地配置好 OpenAI API 代理...
ChatGPT 中文版 是OpenAI 开发的 ChatGPT 模型的中文优化版本,专为中文用户提供更流畅、更精准的对话体验。 与官方 ChatGPT 相比,中文版在以下方面更适合国内用户:中文支持:更流畅的中文对话能力,适合学习、办公和日常使用。 本地化服务:通过国内镜像网站实现,无需翻墙即可访问。 多功能应用:支持 GPT-4 和 GPT-...
ChatGPT WebDisclaimer: This project is only published on GitHub, based on the MIT license, free and for open source learning usage. And there will be no any form of account selling, paid service, discussion group, discussion group and other behaviors. Beware of being deceived.中文...
docker build -t chatgpt-web . # 前台运行 docker run --name chatgpt-web --rm -it -p 3002:3002 --env OPENAI_API_KEY=your_api_key chatgpt-web # 后台运行 docker run --name chatgpt-web -d -p 3002:3002 --env OPENAI_API_KEY=your_api_key chatgpt-web # 运行地址 http://localhost...
docker run -d -p 3002:3002 \ -e DEBUG=prod \ -e Qiniuyun_ACCESS_KEY=Pui37RsbdDiBM57QnS892DPyFm \ -e Qiniuyun_SECRET_KEY=_gy7BBVDxrD710ixoeO1i \ -e Qiniuyun_BUCKET_NAME=bucket-name \ --name chatgpt-web-sea \ jarvis0426/chatgpt-web-sea:latest 七牛云的配置信息请你使用你自己的...
New in v2: create, share and debug your chat tools with prompt templates (mask) Awesome prompts powered by awesome-chatgpt-prompts-zh and awesome-chatgpt-prompts Automatically compresses chat history to support long conversations while also saving your tokens I18n: English, 简体中文, 繁体中文, ...
chatgpt-web 本项目可以一键部署属于自己定制化的 chatgpt web 程序(兼容gpt3.5),只需下载release中对应平台的项目文件,修改配置后执行,打开 http://127.0.0.1:8080 ,便可以获得属于自己的chatgpt网站。 参考项目:codegen 项目当前默认为示例中AI聊天机器人参数,可以根据自己需求定制化。 注意,每个参数都可能影响你得...