[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"similar-ztjhz--BetterChatGPT":3,"tool-ztjhz--BetterChatGPT":61},[4,19,28,37,45,53],{"id":5,"name":6,"github_repo":7,"description_zh":8,"stars":9,"difficulty_score":10,"last_commit_at":11,"category_tags":12,"status":18},10095,"AutoGPT","Significant-Gravitas\u002FAutoGPT","AutoGPT 是一个旨在让每个人都能轻松使用和构建 AI 的强大平台，核心功能是帮助用户创建、部署和管理能够自动执行复杂任务的连续型 AI 智能体。它解决了传统 AI 应用中需要频繁人工干预、难以自动化长流程工作的痛点，让用户只需设定目标，AI 即可自主规划步骤、调用工具并持续运行直至完成任务。\n\n无论是开发者、研究人员，还是希望提升工作效率的普通用户，都能从 AutoGPT 中受益。开发者可利用其低代码界面快速定制专属智能体；研究人员能基于开源架构探索多智能体协作机制；而非技术背景用户也可直接选用预置的智能体模板，立即投入实际工作场景。\n\nAutoGPT 的技术亮点在于其模块化“积木式”工作流设计——用户通过连接功能块即可构建复杂逻辑，每个块负责单一动作，灵活且易于调试。同时，平台支持本地自托管与云端部署两种模式，兼顾数据隐私与使用便捷性。配合完善的文档和一键安装脚本，即使是初次接触的用户也能在几分钟内启动自己的第一个 AI 智能体。AutoGPT 正致力于降低 AI 应用门槛，让人人都能成为 AI 的创造者与受益者。",183572,3,"2026-04-20T04:47:55",[13,14,15,16,17],"Agent","语言模型","插件","开发框架","图像","ready",{"id":20,"name":21,"github_repo":22,"description_zh":23,"stars":24,"difficulty_score":25,"last_commit_at":26,"category_tags":27,"status":18},1381,"everything-claude-code","affaan-m\u002Feverything-claude-code","everything-claude-code 是一套专为 AI 编程助手（如 Claude Code、Codex、Cursor 等）打造的高性能优化系统。它不仅仅是一组配置文件，而是一个经过长期实战打磨的完整框架，旨在解决 AI 代理在实际开发中面临的效率低下、记忆丢失、安全隐患及缺乏持续学习能力等核心痛点。\n\n通过引入技能模块化、直觉增强、记忆持久化机制以及内置的安全扫描功能，everything-claude-code 能显著提升 AI 在复杂任务中的表现，帮助开发者构建更稳定、更智能的生产级 AI 代理。其独特的“研究优先”开发理念和针对 Token 消耗的优化策略，使得模型响应更快、成本更低，同时有效防御潜在的攻击向量。\n\n这套工具特别适合软件开发者、AI 研究人员以及希望深度定制 AI 工作流的技术团队使用。无论您是在构建大型代码库，还是需要 AI 协助进行安全审计与自动化测试，everything-claude-code 都能提供强大的底层支持。作为一个曾荣获 Anthropic 黑客大奖的开源项目，它融合了多语言支持与丰富的实战钩子（hooks），让 AI 真正成长为懂上",161147,2,"2026-04-19T23:31:47",[16,13,14],{"id":29,"name":30,"github_repo":31,"description_zh":32,"stars":33,"difficulty_score":34,"last_commit_at":35,"category_tags":36,"status":18},10072,"DeepSeek-V3","deepseek-ai\u002FDeepSeek-V3","DeepSeek-V3 是一款由深度求索推出的开源混合专家（MoE）大语言模型，旨在以极高的效率提供媲美顶尖闭源模型的智能服务。它拥有 6710 亿总参数，但在处理每个 token 时仅激活 370 亿参数，这种设计巧妙解决了大规模模型推理成本高、速度慢的难题，让高性能 AI 更易于部署和应用。\n\n这款模型特别适合开发者、研究人员以及需要构建复杂 AI 应用的企业团队使用。无论是进行代码生成、逻辑推理还是多轮对话开发，DeepSeek-V3 都能提供强大的支持。其独特之处在于采用了无辅助损失的负载均衡策略和多令牌预测训练目标，前者在提升计算效率的同时避免了性能损耗，后者则显著增强了模型表现并加速了推理过程。此外，模型在 14.8 万亿高质量令牌上完成预训练，且整个训练过程异常稳定，未出现不可恢复的损失尖峰。凭借仅需 278.8 万 H800 GPU 小时即可完成训练的高效特性，DeepSeek-V3 为开源社区树立了一个兼顾性能与成本效益的新标杆。",102693,5,"2026-04-20T03:58:04",[14],{"id":38,"name":39,"github_repo":40,"description_zh":41,"stars":42,"difficulty_score":10,"last_commit_at":43,"category_tags":44,"status":18},4487,"LLMs-from-scratch","rasbt\u002FLLMs-from-scratch","LLMs-from-scratch 是一个基于 PyTorch 的开源教育项目，旨在引导用户从零开始一步步构建一个类似 ChatGPT 的大型语言模型（LLM）。它不仅是同名技术著作的官方代码库，更提供了一套完整的实践方案，涵盖模型开发、预训练及微调的全过程。\n\n该项目主要解决了大模型领域“黑盒化”的学习痛点。许多开发者虽能调用现成模型，却难以深入理解其内部架构与训练机制。通过亲手编写每一行核心代码，用户能够透彻掌握 Transformer 架构、注意力机制等关键原理，从而真正理解大模型是如何“思考”的。此外，项目还包含了加载大型预训练权重进行微调的代码，帮助用户将理论知识延伸至实际应用。\n\nLLMs-from-scratch 特别适合希望深入底层原理的 AI 开发者、研究人员以及计算机专业的学生。对于不满足于仅使用 API，而是渴望探究模型构建细节的技术人员而言，这是极佳的学习资源。其独特的技术亮点在于“循序渐进”的教学设计：将复杂的系统工程拆解为清晰的步骤，配合详细的图表与示例，让构建一个虽小但功能完备的大模型变得触手可及。无论你是想夯实理论基础，还是为未来研发更大规模的模型做准备",90106,"2026-04-06T11:19:32",[14,17,13,16],{"id":46,"name":47,"github_repo":48,"description_zh":49,"stars":50,"difficulty_score":25,"last_commit_at":51,"category_tags":52,"status":18},8553,"spec-kit","github\u002Fspec-kit","Spec Kit 是一款专为提升软件开发效率而设计的开源工具包，旨在帮助团队快速落地“规格驱动开发”（Spec-Driven Development）模式。传统开发中，需求文档往往与代码实现脱节，导致沟通成本高且结果不可控；而 Spec Kit 通过将规格说明书转化为可执行的指令，让 AI 直接依据明确的业务场景生成高质量代码，从而减少从零开始的随意编码，确保产出结果的可预测性。\n\n该工具特别适合希望利用 AI 辅助编程的开发者、技术负责人及初创团队。无论是启动全新项目还是在现有工程中引入规范化流程，用户只需通过简单的命令行操作，即可初始化项目并集成主流的 AI 编程助手。其核心技术亮点在于“规格即代码”的理念，支持社区扩展与预设模板，允许用户根据特定技术栈定制开发流程。此外，Spec Kit 强调官方维护的安全性，提供稳定的版本管理，帮助开发者在享受 AI 红利的同时，依然牢牢掌握架构设计的主动权，真正实现从“凭感觉写代码”到“按规格建系统”的转变。",88749,"2026-04-17T09:48:14",[14,17,13,16],{"id":54,"name":55,"github_repo":56,"description_zh":57,"stars":58,"difficulty_score":25,"last_commit_at":59,"category_tags":60,"status":18},3704,"NextChat","ChatGPTNextWeb\u002FNextChat","NextChat 是一款轻量且极速的 AI 助手，旨在为用户提供流畅、跨平台的大模型交互体验。它完美解决了用户在多设备间切换时难以保持对话连续性，以及面对众多 AI 模型不知如何统一管理的痛点。无论是日常办公、学习辅助还是创意激发，NextChat 都能让用户随时随地通过网页、iOS、Android、Windows、MacOS 或 Linux 端无缝接入智能服务。\n\n这款工具非常适合普通用户、学生、职场人士以及需要私有化部署的企业团队使用。对于开发者而言，它也提供了便捷的自托管方案，支持一键部署到 Vercel 或 Zeabur 等平台。\n\nNextChat 的核心亮点在于其广泛的模型兼容性，原生支持 Claude、DeepSeek、GPT-4 及 Gemini Pro 等主流大模型，让用户在一个界面即可自由切换不同 AI 能力。此外，它还率先支持 MCP（Model Context Protocol）协议，增强了上下文处理能力。针对企业用户，NextChat 提供专业版解决方案，具备品牌定制、细粒度权限控制、内部知识库整合及安全审计等功能，满足公司对数据隐私和个性化管理的高标准要求。",87618,"2026-04-05T07:20:52",[16,14],{"id":62,"github_repo":63,"name":64,"description_en":65,"description_zh":66,"ai_summary_zh":66,"readme_en":67,"readme_zh":68,"quickstart_zh":69,"use_case_zh":70,"hero_image_url":71,"owner_login":72,"owner_name":73,"owner_avatar_url":74,"owner_bio":75,"owner_company":76,"owner_location":77,"owner_email":78,"owner_twitter":79,"owner_website":80,"owner_url":81,"languages":82,"stars":101,"forks":102,"last_commit_at":103,"license":104,"difficulty_score":25,"env_os":105,"env_gpu":106,"env_ram":106,"env_deps":107,"category_tags":113,"github_topics":114,"view_count":25,"oss_zip_url":121,"oss_zip_packed_at":121,"status":18,"created_at":122,"updated_at":123,"faqs":124,"releases":125},9952,"ztjhz\u002FBetterChatGPT","BetterChatGPT","An amazing UI for OpenAI's ChatGPT (Website + Windows + MacOS + Linux)","BetterChatGPT 是一款专为 OpenAI ChatGPT 打造的增强型交互界面，支持网页端及 Windows、macOS、Linux 桌面客户端。它旨在突破官方网页版的功能限制，为用户提供一个免费、强大且无束缚的对话体验。\n\n对于受限于地区无法直接访问 ChatGPT 的用户，BetterChatGPT 内置代理功能可轻松绕过区域限制；同时，它解决了原生界面在对话管理上的不足，支持将聊天记录分类文件夹、自定义提示词库、实时统计 Token 用量及费用估算。其独特的技术亮点在于极高的自由度：用户不仅可以切换不同角色（如系统、助手）进行调试，还能随意编辑、重排或插入历史消息，甚至自定义模型参数以微调输出效果。此外，它还集成了 ShareGPT 分享、多格式导出（图片\u002FMarkdown\u002FJSON）以及谷歌云端同步等功能。\n\n无论是希望高效管理对话内容的普通用户、需要精细调整参数进行测试的开发者与研究人员，还是追求个性化交互体验的 AI 爱好者，BetterChatGPT 都能满足需求。只需填入 API Key 或配置代理地址，即可立即开启更智能、便捷的对话之旅。","\u003Ch1 align=\"center\">\u003Cb>Better ChatGPT\u003C\u002Fb>\u003C\u002Fh1>\n\n\u003Cp align=\"center\">\n   English Version |\n   \u003Ca href=\"README-zh_CN.md\">\n      简体中文版\n   \u003C\u002Fa>\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n    \u003Ca href=\"https:\u002F\u002Fbettergpt.chat\" target=\"_blank\">\u003Cimg src=\"https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002Fztjhz_BetterChatGPT_readme_e3a3296390c6.png\" alt=\"Better ChatGPT\" width=\"100\" \u002F>\u003C\u002Fa>\n\u003C\u002Fp>\n\n\u003Ch4 align=\"center\">\u003Cb>Free, Powerful, Limitless, Intelligent, Engaging\u003C\u002Fb>\u003C\u002Fh4>\n\n\u003Cp align=\"center\">\n\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fblob\u002Fmain\u002FLICENSE\" target=\"_blank\">\n\u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Flicense\u002Fztjhz\u002FBetterChatGPT?style=flat-square\" alt=\"licence\" \u002F>\n\u003C\u002Fa>\n\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Ffork\" target=\"_blank\">\n\u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fforks\u002Fztjhz\u002FBetterChatGPT?style=flat-square\" alt=\"forks\"\u002F>\n\u003C\u002Fa>\n\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fstargazers\" target=\"_blank\">\n\u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fstars\u002Fztjhz\u002FBetterChatGPT?style=flat-square\" alt=\"stars\"\u002F>\n\u003C\u002Fa>\n\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fissues\" target=\"_blank\">\n\u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fissues\u002Fztjhz\u002FBetterChatGPT?style=flat-square\" alt=\"issues\"\u002F>\n\u003C\u002Fa>\n\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fpulls\" target=\"_blank\">\n\u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fissues-pr\u002Fztjhz\u002FBetterChatGPT?style=flat-square\" alt=\"pull-requests\"\u002F>\n\u003C\u002Fa>\n\u003Ca href=\"https:\u002F\u002Ftwitter.com\u002Fintent\u002Ftweet?text=👋%20Check%20this%20amazing%20repo%20https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT,%20created%20by%20@nikushii_\">\u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Ftwitter\u002Furl?label=Share%20on%20Twitter&style=social&url=https%3A%2F%2Fgithub.com%2Fztjhz%2FBetterChatGPT\">\u003C\u002Fa>\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n    \u003Ca href=\"https:\u002F\u002Fbettergpt.chat\">Enter Website\u003C\u002Fa>\n    ·\n    \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fissues\u002Fnew\u002Fchoose\">Report Bug\u003C\u002Fa>\n    ·\n    \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fissues\u002Fnew\u002Fchoose\">Request Feature\u003C\u002Fa>\n\u003C\u002Fp>\n\u003Cp align=\"center\">\u003Ci>Did you enjoy using Better ChatGPT? Give it some love with a star! 🌟\u003C\u002Fi>\u003C\u002Fp>\n\n## 👋🏻 Introducing Better ChatGPT\n\n\u003Cp align=\"center\">\n    \u003Ca href=\"https:\u002F\u002Fbettergpt.chat\" target=\"_blank\">\n        \u003Cimg src=\"https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002Fztjhz_BetterChatGPT_readme_381a233d44ea.png\" alt=\"landing\" width=500 \u002F>\n    \u003C\u002Fa>\n\u003C\u002Fp>\n\nAre you ready to unlock the full potential of ChatGPT with Better ChatGPT?\n\nBetter ChatGPT is the ultimate destination for anyone who wants to experience the limitless power of conversational AI. With no limits and completely free to use for all, our app harnesses the full potential of OpenAI's ChatGPT API to offer you an unparalleled chatbot experience.\n\nWhether you're looking to chat with a virtual assistant, improve your language skills, or simply enjoy a fun and engaging conversation, our app has got you covered. So why wait? Join us today and explore the exciting world of Better ChatGPT!\n\n# 🔥 Features\n\nBetter ChatGPT comes with a bundle of amazing features! Here are some of them:\n\n- Proxy to bypass ChatGPT regional restrictions\n- Prompt library\n- Organize chats into folders (with colours)\n- Filter chats and folders\n- Token count and pricing\n- ShareGPT integration\n- Custom model parameters (e.g. presence_penalty)\n- Chat as user \u002F assistant \u002F system\n- Edit, reorder and insert any messages, anywhere\n- Chat title generator\n- Save chat automatically to local storage\n- Import \u002F Export chat\n- Download chat (markdown \u002F image \u002F json)\n- Sync to Google Drive\n- Azure OpenAI endpoint support\n- Multiple language support (i18n)\n\n# 🛠️ Usage\n\nTo get started, simply visit our website at \u003Chttps:\u002F\u002Fbettergpt.chat\u002F>. There are 3 ways for you to start using Better ChatGPT.\n\n1. Enter into the API menu your OpenAI API Key obtained from [OpenAI API Keys](https:\u002F\u002Fplatform.openai.com\u002Faccount\u002Fapi-keys).\n2. Utilise the api endpoint proxy provided by [ayaka14732\u002FChatGPTAPIFree](https:\u002F\u002Fgithub.com\u002Fayaka14732\u002FChatGPTAPIFree) (if you are in a region with no access to ChatGPT)\n3. Host your own API endpoint by following the instructions provided here: \u003Chttps:\u002F\u002Fgithub.com\u002Fayaka14732\u002FChatGPTAPIFree>. Subsequently, enter the API endpoint into the API menu.\n\n## Desktop App\n\nDownload the desktop app [here](https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Freleases)\n\n| OS      | Download  |\n| ------- | --------- |\n| Windows | .exe      |\n| MacOS   | .dmg      |\n| Linux   | .AppImage |\n\n### Features:\n\n- Unlimited local storage\n- Runs locally (access Better ChatGPT even if the website is not accessible)\n\n# 🛫 Host your own Instance\n\nIf you'd like to run your own instance of Better ChatGPT, you can easily do so by following these steps:\n\n## Vercel\n\nOne click deploy with Vercel\n\n[![Vercel](https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002Fztjhz_BetterChatGPT_readme_a4c0f8073a9c.png)](https:\u002F\u002Fvercel.com\u002Fnew\u002Fclone?repository-url=https%3A%2F%2Fgithub.com%2Fztjhz%2FBetterChatGPT)\n\n## GitHub Pages\n\n### Steps\n\n1. Create a GitHub account (if you don't have one already)\n1. Star this [repository](https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT) ⭐️\n1. Fork this [repository](https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT)\n1. In your forked repository, navigate to the `Settings` tab\n   ![image](https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002Fztjhz_BetterChatGPT_readme_a22b70f11887.png)\n1. In the left sidebar, click on `Pages` and in the right section, select `GitHub Actions` for `source`.\n   ![image](https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002Fztjhz_BetterChatGPT_readme_7f2335a4bca1.png)\n1. Now, click on `Actions`\n   ![image](https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002Fztjhz_BetterChatGPT_readme_918d4e603704.png)\n1. In the left sidebar, click on `Deploy to GitHub Pages`\n   ![image](https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002Fztjhz_BetterChatGPT_readme_6a795714a986.png)\n1. Above the list of workflow runs, select `Run workflow`.\n   ![image](https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002Fztjhz_BetterChatGPT_readme_802b236ffa1e.png)\n1. Navigate back to the `Settings` tab\n   ![image](https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002Fztjhz_BetterChatGPT_readme_a22b70f11887.png)\n1. In the left sidebar, click on `Pages` and in the right section. Then at the top section, you can see that \"Your site is live at `XXX`\".\n   ![image](https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002Fztjhz_BetterChatGPT_readme_7f2335a4bca1.png)\n\n### Running it locally\n\n1. Ensure that you have the following installed:\n\n   - [node.js](https:\u002F\u002Fnodejs.org\u002Fen\u002F) (v14.18.0 or above)\n   - [yarn](https:\u002F\u002Fyarnpkg.com\u002F) or [npm](https:\u002F\u002Fwww.npmjs.com\u002F) (6.14.15 or above)\n\n2. Clone this [repository](https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT) by running `git clone https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT.git`\n3. Navigate into the directory by running `cd BetterChatGPT`\n4. Run `yarn` or `npm install`, depending on whether you have yarn or npm installed.\n5. Launch the app by running `yarn dev` or `npm run dev`\n\n### Running it locally using docker compose\n1. Ensure that you have the following installed:\n\n   - [docker](https:\u002F\u002Fwww.docker.com\u002F) (v24.0.7 or above)\n      ```bash\n      curl https:\u002F\u002Fget.docker.com | sh \\\n      && sudo usermod -aG docker $USER\n      ```\n\n2. Build the docker image\n   ```\n   docker compose build\n   ```\n\n3. Build and start the container using docker compose\n   ```\n   docker compose build\n   docker compose up -d\n   ```\n\n4. Stop the container\n   ```\n   docker compose down\n   ```\n\n# ⭐️ Star History\n\n[![Star History Chart](https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002Fztjhz_BetterChatGPT_readme_b69d1c3b80aa.png)](https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fstargazers)\n\n\u003Ch3 align=\"center\">\nA ⭐️ to \u003Cb>Better ChatGPT\u003C\u002Fb> is to make it shine brighter and benefit more people.\n\u003C\u002Fh3>\n\n# ❤️ Contributors\n\nThanks to all the contributors!\n\n\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fgraphs\u002Fcontributors\">\n  \u003Cimg src=\"https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002Fztjhz_BetterChatGPT_readme_a899e1a5135e.png\" \u002F>\n\u003C\u002Fa>\n\n# 🙏 Support\n\nAt Better ChatGPT, we strive to provide you with useful and amazing features around the clock. And just like any project, your support and motivation will be instrumental in helping us keep moving forward!\n\nIf you have enjoyed using our app, we kindly ask you to give this project a ⭐️. Your endorsement means a lot to us and encourages us to work harder towards delivering the best possible experience.\n\nIf you would like to support the team, consider sponsoring us through one of the methods below. Every contribution, no matter how small, helps us to maintain and improve our service.\n\n| Payment Method | Link                                                                                                                                                 |\n| -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |\n| GitHub         | [![GitHub Sponsor](https:\u002F\u002Fimg.shields.io\u002Fstatic\u002Fv1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https:\u002F\u002Fgithub.com\u002Fsponsors\u002Fztjhz) |\n| KoFi           | [![support](https:\u002F\u002Fko-fi.com\u002Fimg\u002Fgithubbutton_sm.svg)](https:\u002F\u002Fko-fi.com\u002Fbetterchatgpt)                                                             |\n| Alipay (Ayaka) | \u003Cimg src=\"https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002Fztjhz_BetterChatGPT_readme_f89e346da7d6.jpg\" width=150 \u002F>                                                                              |\n| Wechat (Ayaka) | \u003Cimg src=\"https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002Fztjhz_BetterChatGPT_readme_ef2755015c41.png\" width=150 \u002F>                                                                              |\n\nThank you for being a part of our community, and we look forward to serving you better in the future.\n","\u003Ch1 align=\"center\">\u003Cb>更好的ChatGPT\u003C\u002Fb>\u003C\u002Fh1>\n\n\u003Cp align=\"center\">\n   英文版 |\n   \u003Ca href=\"README-zh_CN.md\">\n      简体中文版\n   \u003C\u002Fa>\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n    \u003Ca href=\"https:\u002F\u002Fbettergpt.chat\" target=\"_blank\">\u003Cimg src=\"https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002Fztjhz_BetterChatGPT_readme_e3a3296390c6.png\" alt=\"Better ChatGPT\" width=\"100\" \u002F>\u003C\u002Fa>\n\u003C\u002Fp>\n\n\u003Ch4 align=\"center\">\u003Cb>免费、强大、无限制、智能、互动性强\u003C\u002Fb>\u003C\u002Fh4>\n\n\u003Cp align=\"center\">\n\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fblob\u002Fmain\u002FLICENSE\" target=\"_blank\">\n\u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Flicense\u002Fztjhz\u002FBetterChatGPT?style=flat-square\" alt=\"许可证\" \u002F>\n\u003C\u002Fa>\n\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Ffork\" target=\"_blank\">\n\u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fforks\u002Fztjhz\u002FBetterChatGPT?style=flat-square\" alt=\"复刻数\"\u002F>\n\u003C\u002Fa>\n\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fstargazers\" target=\"_blank\">\n\u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fstars\u002Fztjhz\u002FBetterChatGPT?style=flat-square\" alt=\"星标数\"\u002F>\n\u003C\u002Fa>\n\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fissues\" target=\"_blank\">\n\u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fissues\u002Fztjhz\u002FBetterChatGPT?style=flat-square\" alt=\"问题数\"\u002F>\n\u003C\u002Fa>\n\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fpulls\" target=\"_blank\">\n\u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fissues-pr\u002Fztjhz\u002FBetterChatGPT?style=flat-square\" alt=\"拉取请求数\"\u002F>\n\u003C\u002Fa>\n\u003Ca href=\"https:\u002F\u002Ftwitter.com\u002Fintent\u002Ftweet?text=👋%20Check%20this%20amazing%20repo%20https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT,%20created%20by%20@nikushii_\">\u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Ftwitter\u002Furl?label=分享到Twitter&style=social&url=https%3A%2F%2Fgithub.com%2Fztjhz%2FBetterChatGPT\">\u003C\u002Fa>\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n    \u003Ca href=\"https:\u002F\u002Fbettergpt.chat\">进入网站\u003C\u002Fa>\n    ·\n    \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fissues\u002Fnew\u002Fchoose\">报告Bug\u003C\u002Fa>\n    ·\n    \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fissues\u002Fnew\u002Fchoose\">请求功能\u003C\u002Fa>\n\u003C\u002Fp>\n\u003Cp align=\"center\">\u003Ci>你喜欢使用Better ChatGPT吗？给它点个赞吧！🌟\u003C\u002Fi>\u003C\u002Fp>\n\n## 👋🏻 介绍Better ChatGPT\n\n\u003Cp align=\"center\">\n    \u003Ca href=\"https:\u002F\u002Fbettergpt.chat\" target=\"_blank\">\n        \u003Cimg src=\"https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002Fztjhz_BetterChatGPT_readme_381a233d44ea.png\" alt=\"登录页\" width=500 \u002F>\n    \u003C\u002Fa>\n\u003C\u002Fp>\n\n你准备好用Better ChatGPT释放ChatGPT的全部潜力了吗？\n\nBetter ChatGPT是任何想要体验对话式AI无限力量的人的终极选择。我们的应用完全免费，没有任何限制，充分利用了OpenAI的ChatGPT API，为你提供无与伦比的聊天机器人体验。\n\n无论你是想与虚拟助手聊天、提高语言能力，还是仅仅享受一场有趣而富有吸引力的对话，我们的应用都能满足你的需求。还在等什么？今天就加入我们，探索Better ChatGPT的精彩世界吧！\n\n# 🔥 特性\n\nBetter ChatGPT拥有一系列令人惊叹的功能！以下是一些主要特性：\n\n- 代理以绕过ChatGPT的地区限制\n- 提示词库\n- 将聊天记录整理到文件夹中（并可自定义颜色）\n- 过滤聊天记录和文件夹\n- 显示Token数量及费用估算\n- 集成ShareGPT\n- 自定义模型参数（如presence_penalty）\n- 支持以用户\u002F助手\u002F系统身份进行对话\n- 随时编辑、重新排序或插入任意消息\n- 聊天标题生成器\n- 自动将聊天记录保存到本地存储\n- 导入\u002F导出聊天记录\n- 下载聊天记录（Markdown\u002F图片\u002FJSON格式）\n- 同步至Google Drive\n- 支持Azure OpenAI端点\n- 多语言支持（i18n）\n\n# 🛠️ 使用方法\n\n要开始使用，只需访问我们的网站：\u003Chttps:\u002F\u002Fbettergpt.chat\u002F>。这里有三种方式可以开始使用Better ChatGPT。\n\n1. 在API设置中输入从[OpenAI API Keys](https:\u002F\u002Fplatform.openai.com\u002Faccount\u002Fapi-keys)获取的OpenAI API Key。\n2. 使用[ayaka14732\u002FChatGPTAPIFree](https:\u002F\u002Fgithub.com\u002Fayaka14732\u002FChatGPTAPIFree)提供的API代理端点（如果你所在的地区无法访问ChatGPT）。\n3. 按照此处的说明搭建自己的API端点：\u003Chttps:\u002F\u002Fgithub.com\u002Fayaka14732\u002FChatGPTAPIFree>。随后，在API设置中输入该端点地址。\n\n## 桌面应用\n\n请在此处下载桌面应用：\u003Chttps:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Freleases>\n\n| 操作系统      | 下载链接  |\n| ------- | --------- |\n| Windows | .exe      |\n| MacOS   | .dmg      |\n| Linux   | .AppImage |\n\n### 功能：\n\n- 无限本地存储\n- 可在本地运行（即使网站无法访问，也能使用Better ChatGPT）\n\n# 🛫 搭建你的专属实例\n\n如果你想运行自己的Better ChatGPT实例，只需按照以下步骤操作即可：\n\n## Vercel\n\n一键部署至Vercel\n\n[![Vercel](https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002Fztjhz_BetterChatGPT_readme_a4c0f8073a9c.png)](https:\u002F\u002Fvercel.com\u002Fnew\u002Fclone?repository-url=https%3A%2F%2Fgithub.com%2Fztjhz%2FBetterChatGPT)\n\n## GitHub Pages\n\n### 步骤\n\n1. 创建一个GitHub账号（如果你还没有的话）\n1. 给这个[仓库](https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT)点个赞 ⭐️\n1. 分叉这个[仓库](https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT)\n1. 在你的分叉仓库中，前往“设置”选项卡\n   ![图片](https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002Fztjhz_BetterChatGPT_readme_a22b70f11887.png)\n1. 在左侧边栏点击“Pages”，然后在右侧选择“GitHub Actions”作为源。\n   ![图片](https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002Fztjhz_BetterChatGPT_readme_7f2335a4bca1.png)\n1. 现在点击“Actions”\n   ![图片](https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002Fztjhz_BetterChatGPT_readme_918d4e603704.png)\n1. 在左侧边栏点击“Deploy to GitHub Pages”\n   ![图片](https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002Fztjhz_BetterChatGPT_readme_6a795714a986.png)\n1. 在工作流运行列表上方，选择“运行工作流”。\n   ![图片](https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002Fztjhz_BetterChatGPT_readme_802b236ffa1e.png)\n1. 再次回到“设置”页面\n   ![图片](https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002Fztjhz_BetterChatGPT_readme_a22b70f11887.png)\n1. 在左侧边栏点击“Pages”，在右侧部分可以看到“您的站点已在`XXX`上线”。\n   ![图片](https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002Fztjhz_BetterChatGPT_readme_7f2335a4bca1.png)\n\n### 本地运行\n\n1. 确保已安装以下软件：\n\n   - [node.js](https:\u002F\u002Fnodejs.org\u002Fen\u002F)（v14.18.0或更高版本）\n   - [yarn](https:\u002F\u002Fyarnpkg.com\u002F) 或 [npm](https:\u002F\u002Fwww.npmjs.com\u002F)（6.14.15或更高版本）\n\n2. 克隆此[仓库](https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT)：`git clone https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT.git`\n3. 进入目录：`cd BetterChatGPT`\n4. 根据你安装的是yarn还是npm，运行`yarn`或`npm install`。\n5. 启动应用：运行`yarn dev`或`npm run dev`\n\n### 在本地使用 Docker Compose 运行\n1. 请确保已安装以下软件：\n\n   - [Docker](https:\u002F\u002Fwww.docker.com\u002F)（v24.0.7 或更高版本）\n      ```bash\n      curl https:\u002F\u002Fget.docker.com | sh \\\n      && sudo usermod -aG docker $USER\n      ```\n\n2. 构建 Docker 镜像\n   ```\n   docker compose build\n   ```\n\n3. 使用 Docker Compose 构建并启动容器\n   ```\n   docker compose build\n   docker compose up -d\n   ```\n\n4. 停止容器\n   ```\n   docker compose down\n   ```\n\n# ⭐️ 星标历史\n\n[![星标历史图表](https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002Fztjhz_BetterChatGPT_readme_b69d1c3b80aa.png)](https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fstargazers)\n\n\u003Ch3 align=\"center\">\n为 \u003Cb>Better ChatGPT\u003C\u002Fb> 点赞，让它更加闪耀，惠及更多人。\n\u003C\u002Fh3>\n\n# ❤️ 贡献者\n\n感谢所有贡献者！\n\n\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fgraphs\u002Fcontributors\">\n  \u003Cimg src=\"https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002Fztjhz_BetterChatGPT_readme_a899e1a5135e.png\" \u002F>\n\u003C\u002Fa>\n\n# 🙏 支持\n\n在 Better ChatGPT，我们致力于全天候为您提供实用且令人惊艳的功能。与任何项目一样，您的支持和鼓励将是我们不断前进的重要动力！\n\n如果您喜欢使用我们的应用，诚挚地请您为本项目点亮一颗星。您的认可对我们意义重大，也将激励我们更加努力地打造最佳体验。\n\n如果您希望支持团队，可以通过以下方式赞助我们。无论金额大小，每一份支持都能帮助我们维护和提升服务。\n\n| 支付方式 | 链接                                                                                                                                                 |\n| -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |\n| GitHub         | [![GitHub 赞助](https:\u002F\u002Fimg.shields.io\u002Fstatic\u002Fv1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https:\u002F\u002Fgithub.com\u002Fsponsors\u002Fztjhz) |\n| KoFi           | [![支持](https:\u002F\u002Fko-fi.com\u002Fimg\u002Fgithubbutton_sm.svg)](https:\u002F\u002Fko-fi.com\u002Fbetterchatgpt)                                                             |\n| 支付宝 (Ayaka) | \u003Cimg src=\"https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002Fztjhz_BetterChatGPT_readme_f89e346da7d6.jpg\" width=150 \u002F>                                                                              |\n| 微信 (Ayaka)   | \u003Cimg src=\"https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002Fztjhz_BetterChatGPT_readme_ef2755015c41.png\" width=150 \u002F>                                                                              |\n\n感谢您成为我们社区的一员，我们期待在未来为您提供更优质的服务。","# BetterChatGPT 快速上手指南\n\nBetterChatGPT 是一款免费、强大且无限制的 ChatGPT 网页客户端，支持提示词库、聊天文件夹管理、Token 统计、多模型参数调整等高级功能。\n\n## 环境准备\n\n在本地部署前，请确保您的系统满足以下要求：\n\n*   **操作系统**：Windows, macOS, 或 Linux\n*   **Node.js**：版本 v14.18.0 或以上\n*   **包管理器**：[Yarn](https:\u002F\u002Fyarnpkg.com\u002F) 或 [npm](https:\u002F\u002Fwww.npmjs.com\u002F) (版本 6.14.15 或以上)\n    *   *国内用户建议使用淘宝镜像加速安装：*\n        ```bash\n        npm config set registry https:\u002F\u002Fregistry.npmmirror.com\n        # 或者 yarn\n        yarn config set registry https:\u002F\u002Fregistry.npmmirror.com\n        ```\n*   **可选 (Docker 方案)**：Docker v24.0.7 或以上\n\n## 安装步骤\n\n您可以选择以下任意一种方式进行安装：\n\n### 方式一：本地源码运行 (推荐开发者)\n\n1.  **克隆仓库**\n    ```bash\n    git clone https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT.git\n    cd BetterChatGPT\n    ```\n\n2.  **安装依赖**\n    ```bash\n    # 使用 yarn\n    yarn\n\n    # 或使用 npm\n    npm install\n    ```\n\n3.  **启动开发服务器**\n    ```bash\n    # 使用 yarn\n    yarn dev\n\n    # 或使用 npm\n    npm run dev\n    ```\n    启动后，访问 `http:\u002F\u002Flocalhost:3000` 即可使用。\n\n### 方式二：Docker Compose 部署\n\n1.  **构建并启动容器**\n    ```bash\n    docker compose build\n    docker compose up -d\n    ```\n\n2.  **停止容器**\n    ```bash\n    docker compose down\n    ```\n\n### 方式三：直接使用桌面版\n\n无需配置环境，直接前往 [Releases 页面](https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Freleases) 下载对应系统的安装包：\n*   Windows: `.exe`\n*   MacOS: `.dmg`\n*   Linux: `.AppImage`\n\n## 基本使用\n\n启动应用后，您需要配置 API 才能开始对话。主要有三种方式：\n\n### 1. 直接使用 OpenAI 官方 Key (需网络条件)\n1.  获取您的 [OpenAI API Key](https:\u002F\u002Fplatform.openai.com\u002Faccount\u002Fapi-keys)。\n2.  点击界面左下角的 **设置图标 (Settings)**。\n3.  在 **API Key** 输入框中填入您的密钥。\n4.  保存后即可开始聊天。\n\n### 2. 使用公共代理 (适合无法直连的用户)\n1.  点击 **设置图标**。\n2.  在 **API Endpoint** 处输入公共代理地址（例如项目推荐的 `https:\u002F\u002Fchatgpt-api.shn.hk\u002Fv1` 或其他可用源）。\n3.  输入您的 API Key (如果代理需要) 或直接使用免费额度 (如果代理提供)。\n\n### 3. 自建代理端点 (最稳定)\n如果您有部署能力，建议参考 [ChatGPTAPIFree](https:\u002F\u002Fgithub.com\u002Fayaka14732\u002FChatGPTAPIFree) 自建反向代理，然后在 BetterChatGPT 的设置中填入您的私有域名和 Key。\n\n### 核心功能速览\n*   **提示词库 (Prompt Library)**：在侧边栏管理常用提示词，一键插入。\n*   **聊天管理**：支持创建文件夹、颜色标记、导出聊天为 Markdown\u002F图片\u002FJSON。\n*   **消息编辑**：可随意编辑、重新排序或插入任何位置的消息（支持 User\u002FAssistant\u002FSystem 角色切换）。\n*   **云同步**：支持将聊天记录同步至 Google Drive。","一位跨国公司的数据分析师需要频繁调用 ChatGPT 处理多语言报表，但受限于网络环境和官方网页版的功能缺失，工作效率低下。\n\n### 没有 BetterChatGPT 时\n- **网络访问受阻**：身处非支持区域，无法直接连接 OpenAI 服务，每次对话前需手动切换复杂的代理节点，极易中断。\n- **对话管理混乱**：官方界面仅支持简单的列表展示，数百个历史会话混杂在一起，难以按项目分类或快速检索特定内容。\n- **调试成本高昂**：无法灵活调整温度（Temperature）或惩罚系数等参数，也不能编辑已发送的消息，导致微调回答时需重新生成整个上下文，浪费大量 Token。\n- **协作分享困难**：需要将精彩的对话导出给团队成员时，只能繁琐地截图或复制纯文本，丢失了原有的格式和结构。\n\n### 使用 BetterChatGPT 后\n- **无缝全球接入**：内置代理功能自动绕过区域限制，或直接配置私有 API 端点，让分析师在任何地点都能稳定、流畅地发起请求。\n- **高效知识归档**：利用彩色文件夹将不同项目的对话归类，配合筛选功能，瞬间定位到上周的“财务报表分析”记录，井井有条。\n- **精准可控交互**：直接在界面修改系统提示词或历史消息，自定义模型参数进行精细化控制；支持以 Markdown、图片或 JSON 格式一键下载高质量报告。\n- **便捷团队协作**：通过 ShareGPT 集成或云端同步功能，将整理好的对话链接一键分享给同事，保留完整上下文与格式，极大提升沟通效率。\n\nBetterChatGPT 通过强大的本地化管理和灵活的参数控制，将原本受限且碎片化的聊天体验升级为专业、高效的企业级 AI 工作流。","https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002Fztjhz_BetterChatGPT_1f8a3d4f.png","ztjhz","Jing Hua","https:\u002F\u002Foss.gittoolsai.com\u002Favatars\u002Fztjhz_d451d2b5.jpg","Open source princess. I create projects that make a difference to me and the world","NTU, UC Berkeley, @google, @xlang-ai","Singapore","tohj0037@e.ntu.edu.sg","nikushii_","https:\u002F\u002Flinktr.ee\u002Fjinghua2418","https:\u002F\u002Fgithub.com\u002Fztjhz",[83,87,90,93,97],{"name":84,"color":85,"percentage":86},"TypeScript","#3178c6",93.4,{"name":88,"color":89,"percentage":10},"JavaScript","#f1e05a",{"name":91,"color":92,"percentage":10},"CSS","#663399",{"name":94,"color":95,"percentage":96},"HTML","#e34c26",0.4,{"name":98,"color":99,"percentage":100},"Dockerfile","#384d54",0.2,8413,2701,"2026-04-19T18:39:17","CC0-1.0","Windows, macOS, Linux","未说明",{"notes":108,"python":106,"dependencies":109},"这是一个基于 Web 的前端应用，主要在浏览器中运行，无需本地 GPU。本地开发需安装 Node.js 和包管理器（Yarn 或 npm）。也可通过 Docker Compose 部署。桌面版应用支持离线运行并使用本地存储。使用需自备 OpenAI API Key 或搭建代理接口。",[110,111,112],"node.js (v14.18.0+)","yarn (6.14.15+) 或 npm (6.14.15+)","docker (v24.0.7+)",[14],[115,116,117,118,119,120],"chatgpt","free","chatbot","gpt-3","gpt-4","better-chat-gpt",null,"2026-03-27T02:49:30.150509","2026-04-20T13:13:04.443771",[],[126,131,136,141,146,151],{"id":127,"version":128,"summary_zh":129,"released_at":130},352127,"v1.0.5","## 变更内容\n* 新增 gpt-3.5-turbo-16k 模型选项，由 @akira0245 在 https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fpull\u002F351 中更新了 gpt-3.5 的提示词成本。\n* 由 @lucaperl 在 https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fpull\u002F348 中更新了德语翻译。\n* 由 @Romanok2805 在 https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fpull\u002F363 中新增了俄语翻译。\n* 由 @mariodian 在 https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fpull\u002F360 中为 macOS 添加了菜单栏图标。\n* 由 @joshbla 在 https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fpull\u002F375 中实现了在简易模式下隐藏默认系统提示词的功能。\n* 由 @Ranhiru 在 https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fpull\u002F395 中添加了当标题过长时显示标题的功能。\n* 由 @ztjhz 在 https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fpull\u002F335 中添加了辅助功能按钮。\n* 由 @ayaka14732 在 https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fpull\u002F396 中将“保存并提交”重命名为“生成”。\n* 由 @Xtrah 在 https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fpull\u002F383 中修复了 Azure OpenAI API 对 gpt-3.5-turbo-16k 的支持问题。\n* 由 @PeterDaveHello 在 https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fpull\u002F443 中改进了繁体中文本地化。\n* 由 @ayaka14732 在 https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fpull\u002F453 中更新了多语言翻译。\n* 功能：新增 GPT-4 Turbo 预览版。由 @maozdemir 在 https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fpull\u002F475 中实现。\n* 由 @TidesOfMemories 在 https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fpull\u002F457 中添加了对 Azure OpenAI GPT-4 的支持。\n* 由 @yfw918 在 https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fpull\u002F483 中更新了 api.ts 文件。\n* 功能：新增 gpt-3.5-turbo-1106，并更新了价格。由 @maozdemir 在 https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fpull\u002F482 中实现。\n* 功能：在确认模态框中使用“Enter”键提交消息。由 @Jupalaja 在 https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fpull\u002F519 中实现。\n* 由 @Ahmed-Ali 在 https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fpull\u002F385 中为 Electron 添加了上下文菜单和链接功能。\n* 由 @fcakyon 在 https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fpull\u002F523 中支持最新的 Azure gpt-3.5 模型（1106 和 0125）。\n* 由 @DigitallyTailored 在 https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fpull\u002F521 中新增了 gpt-4-0125-preview 作为模型选项。\n* 由 @fcakyon 在 https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fpull\u002F535 中修复了 gpt-4-0125 上下文长度中的拼写错误。\n* 由 @s1ddly 在 https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fpull\u002F529 中将 Node\u002FNPM 版本信息添加到 README 文件中。\n* 由 @darrenchang 在 https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fpull\u002F548 中添加了 Docker Compose 使用说明。\n* 由 @huanroseso3 在 https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fpull\u002F547 中添加了翻译。\n* 由 @ChenYuZe519 在 https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fpull\u002F572 中新增了对 “gpt-4-turbo-2024-04-09” 和 “gpt-4-turbo” 模型的支持。\n\n## 新贡献者\n* @lucaperl 在 https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fpull\u002F348 中完成了首次贡献。\n* @Romanok2805 在 https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fpull\u002F363 中完成了首次贡献。\n* @joshbla 在 https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fpull\u002F375 中完成了首次贡献。\n* @Ranhiru 在 https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBetterChatGPT\u002Fpull\u002F395 中完成了首次贡献。\n* @Xtrah 在 https:\u002F\u002Fgithub.com\u002Fztjhz\u002FBett","2024-04-18T02:15:34",{"id":132,"version":133,"summary_zh":134,"released_at":135},352128,"v1.0.4","### 功能：\n- 切换内联 LaTeX\n- 从 OpenAI ChatGPT 导入聊天记录\n- 切换 Markdown\u002F纯文本模式\n- 跟踪终身 Token 使用量和费用\n- 清空提示词库\n- 持久化系统消息\n\n### 样式\n- macOS 应用图标\n- Roboto 字体\n\n### 界面\n- 将部分配置选项移至设置菜单\n\n### 多语言支持\n- 罗马尼亚语翻译\n- 德语翻译\n- 更新法语翻译\n\n### 修复\n- 修复了 Electron 最小化到托盘的问题","2023-06-11T08:05:31",{"id":137,"version":138,"summary_zh":139,"released_at":140},352129,"v1.0.3","### 功能\n- 同步至 Google Drive\n- 简洁模式\n- 文件夹颜色\n- 支持 Azure OpenAI 终端节点\n- 桌面最小化到系统托盘\n- 支持环境变量\n- 在文件夹中创建新聊天\n\n### 国际化\n- 支持意大利语\n\n### 界面风格\n- 紧凑型侧边菜单\n- 搜索栏\n\n### 修复\n- 禁用生成过程中添加消息\n- 数学公式 Katex 渲染","2023-04-16T15:58:31",{"id":142,"version":143,"summary_zh":144,"released_at":145},352130,"v1.0.2","## 新增功能\n\n- 提示导入和导出\n- 搜索和筛选聊天记录\u002F文件夹\n- 编辑消息时的“保存并发送”快捷键\n- 可选择“按Enter键发送”或“Shift+Enter键发送”\n- 更新“新建文件夹”图标\n- 以用户所在语言生成标题\n- 更新法语和简体中文翻译\n- 修复移动端侧边栏自动折叠的问题\n\n| 操作系统 | 下载链接 |\n|----------|----------|\n| Windows  | .exe     |\n| MacOS    | .dmg     |\n| Linux    | .AppImage |","2023-04-01T15:44:50",{"id":147,"version":148,"summary_zh":149,"released_at":150},352131,"v1.0.1","- 聊天文件夹\n- 法语翻译\n- 克隆聊天\n- 默认系统消息已更改\n- 适用于 Windows、macOS 和 Linux 的桌面应用","2023-03-30T06:24:58",{"id":152,"version":153,"summary_zh":154,"released_at":155},352132,"v1.0.0","发布 v1.0.0！","2023-03-26T14:39:50"]