[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"similar-ChatGPTBox-dev--chatGPTBox":3,"tool-ChatGPTBox-dev--chatGPTBox":64},[4,17,27,35,44,52],{"id":5,"name":6,"github_repo":7,"description_zh":8,"stars":9,"difficulty_score":10,"last_commit_at":11,"category_tags":12,"status":16},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 真正成长为懂上",155373,2,"2026-04-14T11:34:08",[13,14,15],"开发框架","Agent","语言模型","ready",{"id":18,"name":19,"github_repo":20,"description_zh":21,"stars":22,"difficulty_score":10,"last_commit_at":23,"category_tags":24,"status":16},6121,"gemini-cli","google-gemini\u002Fgemini-cli","gemini-cli 是一款由谷歌推出的开源 AI 命令行工具，它将强大的 Gemini 大模型能力直接集成到用户的终端环境中。对于习惯在命令行工作的开发者而言，它提供了一条从输入提示词到获取模型响应的最短路径，无需切换窗口即可享受智能辅助。\n\n这款工具主要解决了开发过程中频繁上下文切换的痛点，让用户能在熟悉的终端界面内直接完成代码理解、生成、调试以及自动化运维任务。无论是查询大型代码库、根据草图生成应用，还是执行复杂的 Git 操作，gemini-cli 都能通过自然语言指令高效处理。\n\n它特别适合广大软件工程师、DevOps 人员及技术研究人员使用。其核心亮点包括支持高达 100 万 token 的超长上下文窗口，具备出色的逻辑推理能力；内置 Google 搜索、文件操作及 Shell 命令执行等实用工具；更独特的是，它支持 MCP（模型上下文协议），允许用户灵活扩展自定义集成，连接如图像生成等外部能力。此外，个人谷歌账号即可享受免费的额度支持，且项目基于 Apache 2.0 协议完全开源，是提升终端工作效率的理想助手。",100752,"2026-04-10T01:20:03",[25,14,26,13],"插件","图像",{"id":28,"name":29,"github_repo":30,"description_zh":31,"stars":32,"difficulty_score":10,"last_commit_at":33,"category_tags":34,"status":16},4721,"markitdown","microsoft\u002Fmarkitdown","MarkItDown 是一款由微软 AutoGen 团队打造的轻量级 Python 工具，专为将各类文件高效转换为 Markdown 格式而设计。它支持 PDF、Word、Excel、PPT、图片（含 OCR）、音频（含语音转录）、HTML 乃至 YouTube 链接等多种格式的解析，能够精准提取文档中的标题、列表、表格和链接等关键结构信息。\n\n在人工智能应用日益普及的今天，大语言模型（LLM）虽擅长处理文本，却难以直接读取复杂的二进制办公文档。MarkItDown 恰好解决了这一痛点，它将非结构化或半结构化的文件转化为模型“原生理解”且 Token 效率极高的 Markdown 格式，成为连接本地文件与 AI 分析 pipeline 的理想桥梁。此外，它还提供了 MCP（模型上下文协议）服务器，可无缝集成到 Claude Desktop 等 LLM 应用中。\n\n这款工具特别适合开发者、数据科学家及 AI 研究人员使用，尤其是那些需要构建文档检索增强生成（RAG）系统、进行批量文本分析或希望让 AI 助手直接“阅读”本地文件的用户。虽然生成的内容也具备一定可读性，但其核心优势在于为机器",93400,"2026-04-06T19:52:38",[25,13],{"id":36,"name":37,"github_repo":38,"description_zh":39,"stars":40,"difficulty_score":41,"last_commit_at":42,"category_tags":43,"status":16},4487,"LLMs-from-scratch","rasbt\u002FLLMs-from-scratch","LLMs-from-scratch 是一个基于 PyTorch 的开源教育项目，旨在引导用户从零开始一步步构建一个类似 ChatGPT 的大型语言模型（LLM）。它不仅是同名技术著作的官方代码库，更提供了一套完整的实践方案，涵盖模型开发、预训练及微调的全过程。\n\n该项目主要解决了大模型领域“黑盒化”的学习痛点。许多开发者虽能调用现成模型，却难以深入理解其内部架构与训练机制。通过亲手编写每一行核心代码，用户能够透彻掌握 Transformer 架构、注意力机制等关键原理，从而真正理解大模型是如何“思考”的。此外，项目还包含了加载大型预训练权重进行微调的代码，帮助用户将理论知识延伸至实际应用。\n\nLLMs-from-scratch 特别适合希望深入底层原理的 AI 开发者、研究人员以及计算机专业的学生。对于不满足于仅使用 API，而是渴望探究模型构建细节的技术人员而言，这是极佳的学习资源。其独特的技术亮点在于“循序渐进”的教学设计：将复杂的系统工程拆解为清晰的步骤，配合详细的图表与示例，让构建一个虽小但功能完备的大模型变得触手可及。无论你是想夯实理论基础，还是为未来研发更大规模的模型做准备",90106,3,"2026-04-06T11:19:32",[15,26,14,13],{"id":45,"name":46,"github_repo":47,"description_zh":48,"stars":49,"difficulty_score":10,"last_commit_at":50,"category_tags":51,"status":16},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",[13,15],{"id":53,"name":54,"github_repo":55,"description_zh":56,"stars":57,"difficulty_score":10,"last_commit_at":58,"category_tags":59,"status":16},2268,"ML-For-Beginners","microsoft\u002FML-For-Beginners","ML-For-Beginners 是由微软推出的一套系统化机器学习入门课程，旨在帮助零基础用户轻松掌握经典机器学习知识。这套课程将学习路径规划为 12 周，包含 26 节精炼课程和 52 道配套测验，内容涵盖从基础概念到实际应用的完整流程，有效解决了初学者面对庞大知识体系时无从下手、缺乏结构化指导的痛点。\n\n无论是希望转型的开发者、需要补充算法背景的研究人员，还是对人工智能充满好奇的普通爱好者，都能从中受益。课程不仅提供了清晰的理论讲解，还强调动手实践，让用户在循序渐进中建立扎实的技能基础。其独特的亮点在于强大的多语言支持，通过自动化机制提供了包括简体中文在内的 50 多种语言版本，极大地降低了全球不同背景用户的学习门槛。此外，项目采用开源协作模式，社区活跃且内容持续更新，确保学习者能获取前沿且准确的技术资讯。如果你正寻找一条清晰、友好且专业的机器学习入门之路，ML-For-Beginners 将是理想的起点。",85092,"2026-04-10T11:13:16",[26,60,61,25,14,62,15,13,63],"数据工具","视频","其他","音频",{"id":65,"github_repo":66,"name":67,"description_en":68,"description_zh":69,"ai_summary_zh":69,"readme_en":70,"readme_zh":71,"quickstart_zh":72,"use_case_zh":73,"hero_image_url":74,"owner_login":75,"owner_name":75,"owner_avatar_url":76,"owner_bio":77,"owner_company":78,"owner_location":78,"owner_email":78,"owner_twitter":78,"owner_website":78,"owner_url":79,"languages":80,"stars":100,"forks":101,"last_commit_at":102,"license":103,"difficulty_score":104,"env_os":105,"env_gpu":106,"env_ram":106,"env_deps":107,"category_tags":110,"github_topics":111,"view_count":10,"oss_zip_url":78,"oss_zip_packed_at":78,"status":16,"created_at":119,"updated_at":120,"faqs":121,"releases":162},7429,"ChatGPTBox-dev\u002FchatGPTBox","chatGPTBox","Integrating ChatGPT into your browser deeply, everything you need is here","ChatGPTBox 是一款完全免费的浏览器扩展，旨在将 ChatGPT 深度集成到您的日常浏览体验中。它解决了用户在网页阅读、文档撰写或代码调试时，需要频繁切换标签页与 AI 对话的痛点，让您无需离开当前页面即可随时调用人工智能助手。\n\n无论是需要高效获取信息的普通用户、追求工作流顺畅的内容创作者，还是希望灵活接入不同大模型的研究人员，都能从中受益。其核心亮点在于极致的隐私保护：代码开源透明，承诺不收集任何用户数据，且仅在用户主动触发（如选中文字或点击按钮）时才发送请求，杜绝后台静默传输。此外，它不仅支持官方 API，还具备强大的兼容性，允许用户通过自定义模式接入 Ollama 本地模型或各类第三方 API 服务。目前，ChatGPTBox 已全面支持 Chrome、Edge、Firefox、Safari 及 Android 端，为您提供安全、便捷且高度可定制的 AI 交互新方式。","\u003Cp align=\"center\">\n    \u003Cimg src=\"https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002FChatGPTBox-dev_chatGPTBox_readme_38fe3a80c927.png\">\n\u003C\u002Fp>\n\n\u003Ch1 align=\"center\">ChatGPT Box\u003C\u002Fh1>\n\n\u003Cdiv align=\"center\">\n\nDeep ChatGPT integrations in your browser, completely for free.\n\n[![license][license-image]][license-url]\n[![release][release-image]][release-url]\n[![size](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fminified%20size-390%20kB-blue)][release-url]\n[![verfiy][verify-image]][verify-url]\n[![coverage][coverage-image]][coverage-url]\n\nEnglish &nbsp;&nbsp;|&nbsp;&nbsp; [Indonesia](README_IN.md) &nbsp;&nbsp;|&nbsp;&nbsp; [简体中文](README_ZH.md) &nbsp;&nbsp;|&nbsp;&nbsp; [日本語](README_JA.md) &nbsp;&nbsp;|&nbsp;&nbsp; [Türkçe](README_TR.md)\n\n### Install\n\n[![Chrome][Chrome-image]][Chrome-url]\n[![Edge][Edge-image]][Edge-url]\n[![Firefox][Firefox-image]][Firefox-url]\n[![Safari][Safari-image]][Safari-url]\n[![Android][Android-image]][Android-url]\n[![Github][Github-image]][Github-url]\n\n[Guide](https:\u002F\u002Fgithub.com\u002FChatGPTBox-dev\u002FchatGPTBox\u002Fwiki\u002FGuide) &nbsp;&nbsp;|&nbsp;&nbsp; [Preview](#Preview) &nbsp;&nbsp;|&nbsp;&nbsp; [Development&Contributing][dev-url] &nbsp;&nbsp;|&nbsp;&nbsp; [Video Demonstration](https:\u002F\u002Fwww.youtube.com\u002Fwatch?v=E1smDxJvTRs) &nbsp;&nbsp;|&nbsp;&nbsp; [Credit](#Credit)\n\n[dev-url]: https:\u002F\u002Fgithub.com\u002FChatGPTBox-dev\u002FchatGPTBox\u002Fwiki\u002FDevelopment&Contributing\n\n[license-image]: http:\u002F\u002Fimg.shields.io\u002Fbadge\u002Flicense-MIT-blue.svg\n\n[license-url]: https:\u002F\u002Fgithub.com\u002FChatGPTBox-dev\u002FchatGPTBox\u002Fblob\u002Fmaster\u002FLICENSE\n\n[release-image]: https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Frelease\u002FChatGPTBox-dev\u002FchatGPTBox.svg\n\n[release-url]: https:\u002F\u002Fgithub.com\u002FChatGPTBox-dev\u002FchatGPTBox\u002Freleases\u002Flatest\n\n[verify-image]: https:\u002F\u002Fgithub.com\u002FChatGPTBox-dev\u002FchatGPTBox\u002Fworkflows\u002Fverify-configs\u002Fbadge.svg\n\n[verify-url]: https:\u002F\u002Fgithub.com\u002FChatGPTBox-dev\u002FchatGPTBox\u002Factions\u002Fworkflows\u002Fverify-configs.yml\n\n[coverage-image]: https:\u002F\u002Fimg.shields.io\u002Fendpoint?url=https:\u002F\u002Fraw.githubusercontent.com\u002FChatGPTBox-dev\u002FchatGPTBox\u002Fmaster\u002Fbadges\u002Fcoverage.json\n\n[coverage-url]: https:\u002F\u002Fgithub.com\u002FChatGPTBox-dev\u002FchatGPTBox\u002Factions\u002Fworkflows\u002Fpr-tests.yml\n\n[Chrome-image]: https:\u002F\u002Fimg.shields.io\u002Fbadge\u002F-Chrome-brightgreen?logo=google-chrome&logoColor=white\n\n[Chrome-url]: https:\u002F\u002Fchrome.google.com\u002Fwebstore\u002Fdetail\u002Fchatgptbox\u002Feobbhoofkanlmddnplfhnmkfbnlhpbbo\n\n[Edge-image]: https:\u002F\u002Fimg.shields.io\u002Fbadge\u002F-Edge-blue?logo=microsoft-edge&logoColor=white\n\n[Edge-url]: https:\u002F\u002Fmicrosoftedge.microsoft.com\u002Faddons\u002Fdetail\u002Ffission-chatbox-best\u002Fenjmfilpkbbabhgeoadmdpjjpnahkogf\n\n[Firefox-image]: https:\u002F\u002Fimg.shields.io\u002Fbadge\u002F-Firefox-orange?logo=firefox-browser&logoColor=white\n\n[Firefox-url]: https:\u002F\u002Faddons.mozilla.org\u002Ffirefox\u002Faddon\u002Fchatgptbox\u002F\n\n[Safari-image]: https:\u002F\u002Fimg.shields.io\u002Fbadge\u002F-Safari-blue?logo=safari&logoColor=white\n\n[Safari-url]: https:\u002F\u002Fapps.apple.com\u002Fapp\u002Ffission-chatbox\u002Fid6446611121\n\n[Android-image]: https:\u002F\u002Fimg.shields.io\u002Fbadge\u002F-Android-brightgreen?logo=android&logoColor=white\n\n[Android-url]: https:\u002F\u002Fgithub.com\u002FChatGPTBox-dev\u002FchatGPTBox\u002Fwiki\u002FInstall#install-to-android\n\n[Github-image]: https:\u002F\u002Fimg.shields.io\u002Fbadge\u002F-Github-black?logo=github&logoColor=white\n\n[Github-url]: https:\u002F\u002Fgithub.com\u002FChatGPTBox-dev\u002FchatGPTBox\u002Fwiki\u002FInstall\n\n\u003C\u002Fdiv>\n\n## News\n\n- This extension does **not** collect your data. You can verify it by conducting a global search for `fetch(` and `XMLHttpRequest(` in the code to find all network request calls. The amount of code is not much, so it's easy to do that.\n\n- This tool will not transmit any data to ChatGPT unless you explicitly ask it to. By default, the extension must be activated manually. It will only send a request to ChatGPT if you specifically click \"Ask ChatGPT\" or trigger the selection floating tools — and this is applicable only when you're using GPT API modes. (issue #407)\n\n- You can use projects like https:\u002F\u002Fgithub.com\u002FBerriAI\u002Flitellm \u002F https:\u002F\u002Fgithub.com\u002Fsongquanpeng\u002Fone-api to convert LLM APIs into OpenAI format and use them in conjunction with ChatGPTBox's `Custom Model` mode\n\n- You can also use [Ollama](https:\u002F\u002Fgithub.com\u002FChatGPTBox-dev\u002FchatGPTBox\u002Fissues\u002F616#issuecomment-1975186467) \u002F https:\u002F\u002Fopenrouter.ai\u002Fdocs#models with ChatGPTBox's `Custom Model` mode\n\n## ✨ Features\n\n- 🌈 Call up the chat dialog box on any page at any time. (\u003Ckbd>Ctrl\u003C\u002Fkbd>+\u003Ckbd>B\u003C\u002Fkbd>)\n- 📱 Support for mobile devices.\n- 📓 Summarize any page with right-click menu. (\u003Ckbd>Alt\u003C\u002Fkbd>+\u003Ckbd>B\u003C\u002Fkbd>)\n- 📖 Independent conversation page. (\u003Ckbd>Ctrl\u003C\u002Fkbd>+\u003Ckbd>Shift\u003C\u002Fkbd>+\u003Ckbd>H\u003C\u002Fkbd>)\n- 🔗 Multiple API support (Web API for Free and Plus users, GPT-3.5, GPT-4, Claude, New Bing, Moonshot, Self-Hosted, Azure etc.).\n- 📦 Integration for various commonly used websites (Reddit, Quora, YouTube, GitHub, GitLab, StackOverflow, Zhihu, Bilibili). (Inspired by [wimdenherder](https:\u002F\u002Fgithub.com\u002Fwimdenherder))\n- 🔍 Integration to all mainstream search engines, and custom queries to support additional sites.\n- 🧰 Selection tool and right-click menu to perform various tasks, such as translation, summarization, polishing,\n  sentiment analysis, paragraph division, code explain and queries.\n- 🗂️ Static cards support floating chat boxes for multi-branch conversations.\n- 🖨️ Easily save your complete chat records or copy them partially.\n- 🎨 Powerful rendering support, whether for code highlighting or complex mathematical formulas.\n- 🌍 Language preference support.\n- 📝 Custom API address support.\n- ⚙️ All site adaptations and selection tools(bubble) can be freely switched on or off, disable modules you don't need.\n- 💡 Selection tools and site adaptation are easy to develop and extend, see the [Development&Contributing][dev-url]\n  section.\n- 😉 Chat to improve the answer quality.\n\n## Preview\n\n\u003Cdiv align=\"center\">\n\n**Search Engine Integration, Floating Windows, Conversation Branches**\n\n![preview_google_floatingwindow_conversationbranch](https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002FChatGPTBox-dev_chatGPTBox_readme_4648bf574854.jpg)\n\n**Integration with Commonly Used Websites, Selection Tools**\n\n![preview_reddit_selectiontools](https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002FChatGPTBox-dev_chatGPTBox_readme_07fc6abdcc53.jpg)\n\n**Independent Conversation Page**\n\n![preview_independentpanel](https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002FChatGPTBox-dev_chatGPTBox_readme_2c39c7a77015.jpg)\n\n**Git Analysis, Right Click Menu**\n\n![preview_github_rightclickmenu](https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002FChatGPTBox-dev_chatGPTBox_readme_a5a93988fbd4.jpg)\n\n**Video Summary**\n\n![preview_youtube](https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002FChatGPTBox-dev_chatGPTBox_readme_5e2fac902181.jpg)\n\n**Mobile Support**\n\n![image](https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002FChatGPTBox-dev_chatGPTBox_readme_2686a4be9d1f.png)\n\n**Settings**\n\n![preview_settings](https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002FChatGPTBox-dev_chatGPTBox_readme_671364d7d2aa.jpg)\n\n\u003C\u002Fdiv>\n\n## Credit\n\nThis project is based on one of my other repositories, [josStorer\u002FchatGPT-search-engine-extension](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPT-search-engine-extension)\n\n[josStorer\u002FchatGPT-search-engine-extension](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPT-search-engine-extension) is forked\nfrom [wong2\u002Fchat-gpt-google-extension](https:\u002F\u002Fgithub.com\u002Fwong2\u002Fchat-gpt-google-extension) (I learned a lot from that)\nand detached since 14 December of 2022\n\n[wong2\u002Fchat-gpt-google-extension](https:\u002F\u002Fgithub.com\u002Fwong2\u002Fchat-gpt-google-extension) is inspired\nby [ZohaibAhmed\u002FChatGPT-Google](https:\u002F\u002Fgithub.com\u002FZohaibAhmed\u002FChatGPT-Google) ([upstream-c54528b](https:\u002F\u002Fgithub.com\u002Fwong2\u002Fchatgpt-google-extension\u002Fcommit\u002Fc54528b0e13058ab78bfb433c92603db017d1b6b))\n","\u003Cp align=\"center\">\n    \u003Cimg src=\"https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002FChatGPTBox-dev_chatGPTBox_readme_38fe3a80c927.png\">\n\u003C\u002Fp>\n\n\u003Ch1 align=\"center\">ChatGPT Box\u003C\u002Fh1>\n\n\u003Cdiv align=\"center\">\n\n在您的浏览器中实现深度的ChatGPT集成，完全免费。\n\n[![license][license-image]][license-url]\n[![release][release-image]][release-url]\n[![size](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fminified%20size-390%20kB-blue)][release-url]\n[![verfiy][verify-image]][verify-url]\n[![coverage][coverage-image]][coverage-url]\n\nEnglish &nbsp;&nbsp;|&nbsp;&nbsp; [Indonesia](README_IN.md) &nbsp;&nbsp;|&nbsp;&nbsp; [简体中文](README_ZH.md) &nbsp;&nbsp;|&nbsp;&nbsp; [日本語](README_JA.md) &nbsp;&nbsp;|&nbsp;&nbsp; [Türkçe](README_TR.md)\n\n### 安装\n\n[![Chrome][Chrome-image]][Chrome-url]\n[![Edge][Edge-image]][Edge-url]\n[![Firefox][Firefox-image]][Firefox-url]\n[![Safari][Safari-image]][Safari-url]\n[![Android][Android-image]][Android-url]\n[![Github][Github-image]][Github-url]\n\n[指南](https:\u002F\u002Fgithub.com\u002FChatGPTBox-dev\u002FchatGPTBox\u002Fwiki\u002FGuide) &nbsp;&nbsp;|&nbsp;&nbsp; [预览](#Preview) &nbsp;&nbsp;|&nbsp;&nbsp; [开发与贡献][dev-url] &nbsp;&nbsp;|&nbsp;&nbsp; [视频演示](https:\u002F\u002Fwww.youtube.com\u002Fwatch?v=E1smDxJvTRs) &nbsp;&nbsp;|&nbsp;&nbsp; [致谢](#Credit)\n\n[dev-url]: https:\u002F\u002Fgithub.com\u002FChatGPTBox-dev\u002FchatGPTBox\u002Fwiki\u002FDevelopment&Contributing\n\n[license-image]: http:\u002F\u002Fimg.shields.io\u002Fbadge\u002Flicense-MIT-blue.svg\n\n[license-url]: https:\u002F\u002Fgithub.com\u002FChatGPTBox-dev\u002FchatGPTBox\u002Fblob\u002Fmaster\u002FLICENSE\n\n[release-image]: https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Frelease\u002FChatGPTBox-dev\u002FchatGPTBox.svg\n\n[release-url]: https:\u002F\u002Fgithub.com\u002FChatGPTBox-dev\u002FchatGPTBox\u002Freleases\u002Flatest\n\n[verify-image]: https:\u002F\u002Fgithub.com\u002FChatGPTBox-dev\u002FchatGPTBox\u002Fworkflows\u002Fverify-configs\u002Fbadge.svg\n\n[verify-url]: https:\u002F\u002Fgithub.com\u002FChatGPTBox-dev\u002FchatGPTBox\u002Factions\u002Fworkflows\u002Fverify-configs.yml\n\n[coverage-image]: https:\u002F\u002Fimg.shields.io\u002Fendpoint?url=https:\u002F\u002Fraw.githubusercontent.com\u002FChatGPTBox-dev\u002FchatGPTBox\u002Fmaster\u002Fbadges\u002Fcoverage.json\n\n[coverage-url]: https:\u002F\u002Fgithub.com\u002FChatGPTBox-dev\u002FchatGPTBox\u002Factions\u002Fworkflows\u002Fpr-tests.yml\n\n[Chrome-image]: https:\u002F\u002Fimg.shields.io\u002Fbadge\u002F-Chrome-brightgreen?logo=google-chrome&logoColor=white\n\n[Chrome-url]: https:\u002F\u002Fchrome.google.com\u002Fwebstore\u002Fdetail\u002Fchatgptbox\u002Feobbhoofkanlmddnplfhnmkfbnlhpbbo\n\n[Edge-image]: https:\u002F\u002Fimg.shields.io\u002Fbadge\u002F-Edge-blue?logo=microsoft-edge&logoColor=white\n\n[Edge-url]: https:\u002F\u002Fmicrosoftedge.microsoft.com\u002Faddons\u002Fdetail\u002Ffission-chatbox-best\u002Fenjmfilpkbbabhgeoadmdpjjpnahkogf\n\n[Firefox-image]: https:\u002F\u002Fimg.shields.io\u002Fbadge\u002F-Firefox-orange?logo=firefox-browser&logoColor=white\n\n[Firefox-url]: https:\u002F\u002Faddons.mozilla.org\u002Ffirefox\u002Faddon\u002Fchatgptbox\u002F\n\n[Safari-image]: https:\u002F\u002Fimg.shields.io\u002Fbadge\u002F-Safari-blue?logo=safari&logoColor=white\n\n[Safari-url]: https:\u002F\u002Fapps.apple.com\u002Fapp\u002Ffission-chatbox\u002Fid6446611121\n\n[Android-image]: https:\u002F\u002Fimg.shields.io\u002Fbadge\u002F-Android-brightgreen?logo=android&logoColor=white\n\n[Android-url]: https:\u002F\u002Fgithub.com\u002FChatGPTBox-dev\u002FchatGPTBox\u002Fwiki\u002FInstall#install-to-android\n\n[Github-image]: https:\u002F\u002Fimg.shields.io\u002Fbadge\u002F-Github-black?logo=github&logoColor=white\n\n[Github-url]: https:\u002F\u002Fgithub.com\u002FChatGPTBox-dev\u002FchatGPTBox\u002Fwiki\u002FInstall\n\n\u003C\u002Fdiv>\n\n## 新闻\n\n- 本扩展程序**不**收集您的任何数据。您可以通过在代码中全局搜索`fetch(`和`XMLHttpRequest(`来验证这一点，以找到所有网络请求调用。代码量不大，因此很容易完成。\n\n- 除非您明确要求，否则此工具不会向ChatGPT传输任何数据。默认情况下，该扩展需要手动激活。只有当您特别点击“Ask ChatGPT”或触发选择浮窗工具时，它才会向ChatGPT发送请求——而这仅适用于您使用GPT API模式的情况。（issue #407）\n\n- 您可以使用诸如https:\u002F\u002Fgithub.com\u002FBerriAI\u002Flitellm \u002F https:\u002F\u002Fgithub.com\u002Fsongquanpeng\u002Fone-api之类的项目，将LLM API转换为OpenAI格式，并将其与ChatGPTBox的“自定义模型”模式结合使用。\n\n- 您还可以使用[Ollama](https:\u002F\u002Fgithub.com\u002FChatGPTBox-dev\u002FchatGPTBox\u002Fissues\u002F616#issuecomment-1975186467) \u002F https:\u002F\u002Fopenrouter.ai\u002Fdocs#models与ChatGPTBox的“自定义模型”模式一起使用。\n\n## ✨ 功能\n\n- 🌈 随时随地在任何页面上调出聊天对话框。（\u003Ckbd>Ctrl\u003C\u002Fkbd>+\u003Ckbd>B\u003C\u002Fkbd>)\n- 📱 支持移动设备。\n- 📓 右键菜单可总结任意页面。（\u003Ckbd>Alt\u003C\u002Fkbd>+\u003Ckbd>B\u003C\u002Fkbd>)\n- 📖 独立的对话页面。（\u003Ckbd>Ctrl\u003C\u002Fkbd>+\u003Ckbd>Shift\u003C\u002Fkbd>+\u003Ckbd>H\u003C\u002Fkbd>)\n- 🔗 多种API支持（面向Free和Plus用户的Web API、GPT-3.5、GPT-4、Claude、New Bing、Moonshot、自托管、Azure等）。\n- 📦 集成多种常用网站（Reddit、Quora、YouTube、GitHub、GitLab、StackOverflow、知乎、Bilibili）。（受[wimdenherder](https:\u002F\u002Fgithub.com\u002Fwimdenherder)启发）\n- 🔍 集成所有主流搜索引擎，并支持自定义查询以覆盖更多站点。\n- 🧰 提供选择工具和右键菜单，可执行多种任务，如翻译、摘要、润色、情感分析、段落划分、代码解释和查询等。\n- 🗂️ 静态卡片支持多分支对话的浮窗显示。\n- 🖨️ 轻松保存完整的聊天记录或部分复制。\n- 🎨 强大的渲染支持，无论是代码高亮还是复杂的数学公式。\n- 🌍 语言偏好支持。\n- 📝 自定义API地址支持。\n- ⚙️ 所有站点适配和选择工具（气泡）均可自由开关，关闭您不需要的模块。\n- 💡 选择工具和站点适配功能易于开发和扩展，请参阅[开发与贡献][dev-url]章节。\n- 😉 通过聊天互动提升回答质量。\n\n## 预览\n\n\u003Cdiv align=\"center\">\n\n**搜索引擎集成、浮窗、对话分支**\n\n![preview_google_floatingwindow_conversationbranch](https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002FChatGPTBox-dev_chatGPTBox_readme_4648bf574854.jpg)\n\n**常用网站集成、选择工具**\n\n![preview_reddit_selectiontools](https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002FChatGPTBox-dev_chatGPTBox_readme_07fc6abdcc53.jpg)\n\n**独立对话页面**\n\n![preview_independentpanel](https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002FChatGPTBox-dev_chatGPTBox_readme_2c39c7a77015.jpg)\n\n**Git分析、右键菜单**\n\n![preview_github_rightclickmenu](https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002FChatGPTBox-dev_chatGPTBox_readme_a5a93988fbd4.jpg)\n\n**视频摘要**\n\n![preview_youtube](https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002FChatGPTBox-dev_chatGPTBox_readme_5e2fac902181.jpg)\n\n**移动端支持**\n\n![image](https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002FChatGPTBox-dev_chatGPTBox_readme_2686a4be9d1f.png)\n\n**设置**\n\n![preview_settings](https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002FChatGPTBox-dev_chatGPTBox_readme_671364d7d2aa.jpg)\n\n\u003C\u002Fdiv>\n\n## 致谢\n\n本项目基于我的另一个仓库 [josStorer\u002FchatGPT-search-engine-extension](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPT-search-engine-extension)。\n\n[josStorer\u002FchatGPT-search-engine-extension](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPT-search-engine-extension) 是从 [wong2\u002Fchat-gpt-google-extension](https:\u002F\u002Fgithub.com\u002Fwong2\u002Fchat-gpt-google-extension) 分叉而来（我从中学习了很多），并于 2022 年 12 月 14 日独立出来。\n\n[wong2\u002Fchat-gpt-google-extension](https:\u002F\u002Fgithub.com\u002Fwong2\u002Fchat-gpt-google-extension) 的灵感则来源于 [ZohaibAhmed\u002FChatGPT-Google](https:\u002F\u002Fgithub.com\u002FZohaibAhmed\u002FChatGPT-Google)（[upstream-c54528b](https:\u002F\u002Fgithub.com\u002Fwong2\u002Fchatgpt-google-extension\u002Fcommit\u002Fc54528b0e13058ab78bfb433c92603db017d1b6b))。","# ChatGPT Box 快速上手指南\n\nChatGPT Box 是一款完全免费的浏览器扩展，旨在将深度 ChatGPT 集成带入您的浏览器。它支持多模型调用、网页摘要、划词工具以及主流网站（如知乎、Bilibili、GitHub 等）的深度适配。\n\n## 环境准备\n\n*   **操作系统**：Windows, macOS, Linux, Android\n*   **浏览器要求**（任选其一）：\n    *   Google Chrome (推荐)\n    *   Microsoft Edge\n    *   Firefox\n    *   Safari (macOS\u002FiOS)\n    *   支持 Chrome 扩展的国产浏览器（如 360 极速版、QQ 浏览器等）\n*   **前置依赖**：\n    *   无需安装 Node.js 或 Python 环境（直接使用编译好的扩展包）。\n    *   **API Key**：虽然支持免费模式，但为了获得稳定体验，建议准备一个 OpenAI API Key，或兼容 OpenAI 格式的本地\u002F第三方服务地址（如 One-API, Ollama, Moonshot 等）。\n\n## 安装步骤\n\n您可以根据使用的浏览器选择以下任意一种安装方式：\n\n### 方法一：通过官方应用商店安装（推荐）\n\n直接点击对应浏览器的链接进行一键安装：\n\n*   **Chrome**: [访问 Chrome 网上应用店](https:\u002F\u002Fchrome.google.com\u002Fwebstore\u002Fdetail\u002Fchatgptbox\u002Feobbhoofkanlmddnplfhnmkfbnlhpbbo)\n*   **Edge**: [访问 Edge 加载项商店](https:\u002F\u002Fmicrosoftedge.microsoft.com\u002Faddons\u002Fdetail\u002Ffission-chatbox-best\u002Fenjmfilpkbbabhgeoadmdpjjpnahkogf)\n*   **Firefox**: [访问 Firefox 附加组件商店](https:\u002F\u002Faddons.mozilla.org\u002Ffirefox\u002Faddon\u002Fchatgptbox\u002F)\n*   **Safari**: [访问 Mac App Store](https:\u002F\u002Fapps.apple.com\u002Fapp\u002Ffission-chatbox\u002Fid6446611121)\n\n> **国内用户提示**：如果无法访问上述商店，请使用方法二手动安装。\n\n### 方法二：手动加载安装包（适用于网络受限环境）\n\n1.  **下载源码包**：\n    访问 [GitHub Releases](https:\u002F\u002Fgithub.com\u002FChatGPTBox-dev\u002FchatGPTBox\u002Freleases\u002Flatest) 页面，下载最新的 `.zip` 或 `.crx` 文件（通常在 `Assets` 列表中）。\n    *   若下载速度慢，可使用国内镜像加速工具或代理下载。\n\n2.  **解压文件**：\n    将下载的压缩包解压到一个固定的文件夹中。\n\n3.  **加载到浏览器**：\n    *   **Chrome\u002FEdge\u002F国产 Chromium 内核浏览器**：\n        1.  在地址栏输入 `chrome:\u002F\u002Fextensions\u002F` (Edge 为 `edge:\u002F\u002Fextensions\u002F`) 并回车。\n        2.  开启右上角的 **“开发者模式” (Developer mode)**。\n        3.  点击 **“加载已解压的扩展程序” (Load unpacked)**。\n        4.  选择刚才解压后的文件夹即可。\n    *   **Firefox**：\n        1.  在地址栏输入 `about:debugging#\u002Fruntime\u002Fthis-firefox`。\n        2.  点击 **“临时载入附加组件” (Load Temporary Add-on)**。\n        3.  选择解压目录中的 `manifest.json` 文件。\n\n## 基本使用\n\n安装完成后，图标将出现在浏览器工具栏中。以下是三种最核心的使用场景：\n\n### 1. 随时唤起对话浮窗\n在任何网页上，按下快捷键即可唤出聊天框，进行问答而不离开当前页面。\n*   **快捷键**: \u003Ckbd>Ctrl\u003C\u002Fkbd> + \u003Ckbd>B\u003C\u002Fkbd> (Mac 用户请使用 \u003Ckbd>Cmd\u003C\u002Fkbd> + \u003Ckbd>B\u003C\u002Fkbd>)\n*   **操作**: 输入问题，按回车发送。\n\n### 2. 划词辅助工具\n选中网页上的任意文本（如英文文章、代码片段），使用右键菜单或悬浮球进行操作。\n*   **操作**:\n    1.  用鼠标选中一段文字。\n    2.  点击出现的悬浮工具栏，或右键点击选中区域。\n    3.  选择功能：**翻译**、**总结**、**润色**、**解释代码**等。\n*   **快捷键唤起总结**: 选中文字后按 \u003Ckbd>Alt\u003C\u002Fkbd> + \u003Ckbd>B\u003C\u002Fkbd> 可直接生成摘要。\n\n### 3. 配置 API 与自定义模型\n为了使用 GPT-4、Claude 或本地模型，需进行简单配置：\n1.  点击浏览器插件图标，进入 **设置 (Settings)**。\n2.  找到 **API Provider** 选项。\n3.  **使用官方\u002F第三方 API**：选择 `OpenAI` 或其他对应服务商，填入 `API Key` 和 `API Host`（如需代理）。\n4.  **使用本地\u002F自定义模型**：\n    *   选择 `Custom Model` 模式。\n    *   填入本地服务地址（例如 Ollama: `http:\u002F\u002Flocalhost:11434\u002Fv1`）或中转服务地址。\n    *   填入模型名称（例如 `llama3`, `moonshot-v1-8k`）。\n\n### 4. 独立对话页面\n如果需要专注于长对话或多分支讨论：\n*   **快捷键**: \u003Ckbd>Ctrl\u003C\u002Fkbd> + \u003Ckbd>Shift\u003C\u002Fkbd> + \u003Ckbd>H\u003C\u002Fkbd>\n*   这将打开一个独立的标签页，提供完整的聊天历史记录管理和多分支对话功能。","一位前端开发者正在浏览复杂的 GitHub 开源项目文档，需要快速理解代码逻辑并提取关键配置信息以进行本地调试。\n\n### 没有 chatGPTBox 时\n- **频繁切换标签页**：必须复制代码片段，切换到 ChatGPT 官网标签页粘贴，获取回答后再切回原文档，打断心流。\n- **上下文割裂**：在阅读长文档时，难以让 AI 直接结合当前网页的特定段落进行分析，需手动整理大量背景信息。\n- **操作繁琐低效**：每次提问都要重复“复制 - 切换 - 粘贴 - 等待 - 复制”的机械动作，严重拖慢调研进度。\n- **隐私顾虑**：担心将未公开的代码片段上传到第三方网站，缺乏对数据发送过程的直观掌控。\n\n### 使用 chatGPTBox 后\n- **浏览器内无缝交互**：直接在当前网页选中代码或文本，通过悬浮按钮即时唤起 chatGPTBox 提问，无需离开页面。\n- **深度上下文整合**：工具自动读取当前选区及网页背景信息，AI 能精准基于所见即所得的内容给出解释或重构建议。\n- **工作流零中断**：一键触发\"Ask ChatGPT\"，答案以侧边栏或浮窗形式呈现，开发者可边看原文边对照修改，效率倍增。\n- **数据自主可控**：明确知晓仅在点击按钮时才发送请求，且支持配置本地模型（如 Ollama），确保敏感代码不出本地环境。\n\nchatGPTBox 通过将 AI 能力深度植入浏览器交互层，消除了页面切换的摩擦，让开发者在信息获取与代码实践之间实现了真正的“零延迟”闭环。","https:\u002F\u002Foss.gittoolsai.com\u002Fimages\u002FChatGPTBox-dev_chatGPTBox_4648bf57.jpg","ChatGPTBox-dev","https:\u002F\u002Foss.gittoolsai.com\u002Favatars\u002FChatGPTBox-dev_8170a407.png","",null,"https:\u002F\u002Fgithub.com\u002FChatGPTBox-dev",[81,85,89,93,97],{"name":82,"color":83,"percentage":84},"JavaScript","#f1e05a",93.4,{"name":86,"color":87,"percentage":88},"SCSS","#c6538c",6,{"name":90,"color":91,"percentage":92},"CSS","#663399",0.3,{"name":94,"color":95,"percentage":96},"Shell","#89e051",0.1,{"name":98,"color":99,"percentage":96},"HTML","#e34c26",10732,853,"2026-04-13T23:10:48","MIT",1,"Windows, macOS, Linux, Android","未说明",{"notes":108,"python":106,"dependencies":109},"该工具是一个浏览器扩展程序，无需本地安装 Python 环境或 GPU。支持 Chrome、Edge、Firefox、Safari 等主流浏览器及 Android 设备。运行依赖于网络连接以调用 ChatGPT API 或其他自定义大模型接口（如 Ollama、One-API 等）。代码开源且声明不收集用户数据，所有网络请求均可在源码中查验。",[],[15,25],[112,113,114,115,116,117,118],"browser-extension","chatgpt","chrome-extension","edge-extension","firefox-addon","firefox-extension","safari-extension","2026-03-27T02:49:30.150509","2026-04-14T20:30:07.215418",[122,127,132,137,142,147,152,157],{"id":123,"question_zh":124,"answer_zh":125,"source_url":126},33329,"划词翻译或右键菜单功能在某些版本（如 2.4.8）失效没反应怎么办？","如果遇到选中文本后右键菜单无反应，可能是插件后台进程休眠导致。尝试再次点击相关功能按钮唤醒。如果问题持续，请检查是否使用了最新版本，因为旧版本可能存在兼容性问题。维护者通常会在新版本中修复此类交互问题。","https:\u002F\u002Fgithub.com\u002FChatGPTBox-dev\u002FchatGPTBox\u002Fissues\u002F43",{"id":128,"question_zh":129,"answer_zh":130,"source_url":131},33323,"使用插件时出现错误提示或无法响应，显示'Conversation key not found'等报错怎么办？","这通常是因为 OpenAI 更新了策略。解决方法是：先在 ChatGPT 官网（https:\u002F\u002Fchat.openai.com\u002F）手动发送一条消息，建立会话后，再关闭网页或使用插件即可正常工作。如果问题依旧，请尝试刷新页面或重新开始一个新的对话。","https:\u002F\u002Fgithub.com\u002FChatGPTBox-dev\u002FchatGPTBox\u002Fissues\u002F627",{"id":133,"question_zh":134,"answer_zh":135,"source_url":136},33324,"遇到'需要通过 OpenAI 的安全检查'提示，验证后刷新仍然报错如何解决？","此问题已在 v2.3.0 版本中修复。该版本将请求方式改为前台请求，解决了后台请求被拦截的问题。请务必将插件升级到 v2.3.0 或更高版本。如果是在谷歌商店审核期间，可能需要手动加载最新版源码或使用其他浏览器测试。","https:\u002F\u002Fgithub.com\u002FChatGPTBox-dev\u002FchatGPTBox\u002Fissues\u002F248",{"id":138,"question_zh":139,"answer_zh":140,"source_url":141},33325,"Firefox 浏览器中插件一直显示'等待响应'或不工作怎么办？","这是已知问题，已在 v2.3.0 版本中修复。新版本适配了 OpenAI 不同的账户策略（包括 WebSocket 和传统 SSE 策略），并能自动选择合适的方式。请将 Firefox 上的插件更新至 v2.3.0 或最新版本即可解决。","https:\u002F\u002Fgithub.com\u002FChatGPTBox-dev\u002FchatGPTBox\u002Fissues\u002F233",{"id":143,"question_zh":144,"answer_zh":145,"source_url":146},33326,"最近使用 ChatGPT 回复速度明显变慢，甚至出现 Network Error 是什么原因？","这不是插件本身的问题，而是近期许多用户反馈的普遍现象，可能与 OpenAI 官方限制或服务器负载有关。部分用户反馈绑卡后响应时间从 15 秒增加到 60 秒左右。目前暂无特定配置能完全解决，建议耐心等待官方恢复或尝试更换网络环境。","https:\u002F\u002Fgithub.com\u002FChatGPTBox-dev\u002FchatGPTBox\u002Fissues\u002F166",{"id":148,"question_zh":149,"answer_zh":150,"source_url":151},33327,"独立对话窗口重复弹出、浮动图标被遮挡或图标不对齐如何处理？","这些问题（包括窗口重复打开、右侧文字选中时图标遮挡、图标错位）已在 v2.2.8 版本中全部修复。请更新插件至 v2.2.8 或更高版本。关于点击任务栏图标直接打开对话页的功能，受限于浏览器扩展 API，目前默认只能打开选项页，无法直接设置为对话页。","https:\u002F\u002Fgithub.com\u002FChatGPTBox-dev\u002FchatGPTBox\u002Fissues\u002F222",{"id":153,"question_zh":154,"answer_zh":155,"source_url":156},33328,"Safari 浏览器中'Allow Unsigned Extensions'设置每次退出后都会重置怎么办？","这是因为未签名的扩展特性导致的。开发者已提交正式版进行审核，正式签名版名为'Fission - ChatBox'，现已在 macOS 的 App Store 上架。建议直接在 App Store 搜索并安装正式版，无需再手动开启允许未签名扩展的设置。注意 iOS 版本尚未获批。","https:\u002F\u002Fgithub.com\u002FChatGPTBox-dev\u002FchatGPTBox\u002Fissues\u002F46",{"id":158,"question_zh":159,"answer_zh":160,"source_url":161},33330,"Web 模式完全不工作，选中文字翻译报错，且不同账号表现不一致是怎么回事？","OpenAI 对不同账号采用了不同的通信策略（部分用 SSE，部分用 WebSocket）。插件已在后续更新中（参考 commit 1fc3cd8）适配了这两种策略，能够根据 OpenAI 的响应自动切换。请确保您的插件已更新到包含此修复的最新版本。","https:\u002F\u002Fgithub.com\u002FChatGPTBox-dev\u002FchatGPTBox\u002Fissues\u002F621",[163,168,173,178,183,188,193,198,203,208,213,218,223,228,233,238,243,248,253,258],{"id":164,"version":165,"summary_zh":166,"released_at":167},255505,"v2.5.9","好久不见——ChatGPTBox回来啦！由于页面更新或API变更而失效的几乎所有功能都已修复，我们还新增了一些实用功能。\n\n过去一年里，大模型领域的格局发生了巨大变化，主要玩家也逐渐清晰。就ChatGPTBox提供的免费Web API而言，部分服务商仍在积极阻止逆向工程，而另一些则保持开放。目前，ChatGPT、Claude和Kimi仍然开放，因此我们会继续维护相关的免费Web API。不过，Bing和Gemini的Web API将不再支持；如果你需要一些通过逆向工程获取的API，请查看这个组织的工作成果：https:\u002F\u002Fgithub.com\u002FLLM-Red-Team。\n\n鉴于OpenRouter一直提供稳定且价格实惠的API，我们现在为其增加了直接选项支持——无需再依赖自定义模式并手动填写API地址。\n\n这段时间里，无数AI项目如雨后春笋般涌现，也有同样多的项目悄然消失。我忙于各种非公开项目，疏于维护ChatGPTBox，同时也一直在思考如何让它保持活力。\n\n不得不承认，ChatGPTBox刚推出时，许多决策和代码设计都比较仓促，不够现代化。当时没有充分考虑未来扩展性，导致现在添加新功能变得颇为不便。\n\n目前，我正基于WXT框架从头重写ChatGPTBox，同时确保与旧数据的完全兼容。这需要相当长的时间，但我仍会持续推进。此外，我也有一些关于ChatGPTBox商业化的想法——当然，只会对服务器相关功能收费，而所有Web API和用户Api Key功能将完全免费，并且项目将继续以MIT许可证开源。\n\n由于我同时负责多个其他非公开项目，无法承诺重写工作何时完成，但我会稳步前进。在此期间，我也会继续修复当前版本ChatGPTBox中的重大问题。\n\n## 变更内容\n\n### 功能\n\n- 新增对OpenRouter、AI\u002FML和DeepSeek API的支持（此前需通过自定义模型选项手动填写URL）。\n- 在通用设置中新增了一个禁用`cropText`的选项，确保始终传递完整的输入Token。这有助于提升YouTube等平台上的摘要质量，但请注意，仅在使用具有足够长上下文窗口的模型时才应关闭`cropText`。\n- \u003Cimg width=\"300\" src=\"https:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002F455931d6-8a73-4cdf-88a6-d4dcff53ecd7\"\u002F>\n- 增加推理模型渲染器支持。\n- \u003Cimg width=\"420\" src=\"https:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002F1951cc7e-d12a-4cc2-8f7f-826603bbf884\" \u002F>\n\n### 优化\n\n- 新增多家AI厂商近期推出的多种模型。\n- 大幅改进内置工具的提示模板。特别感谢@PeterDaveHello。\n- 更新并增强API客户端。","2025-07-26T10:16:41",{"id":169,"version":170,"summary_zh":171,"released_at":172},255506,"v2.5.8","# 更改\n\n这是 v2.5.7 的补丁，包含一些小修复和改进。\n\n## 功能\n- 无限自定义 API 模式 (#731, #717, #712, #659, #647)\n\n![图片](https:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002F6419a024-b8e2-48c4-8b64-fc4fe705ce36 \"图片\" width=\"256\")\n\n![图片](https:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002Ff7602e33-7772-41d3-81a6-ccb1dccaf00f \"图片\" width=\"256\")\n\n- 增加始终显示浮窗、为所有站点适配器禁用侧边栏的选项 (#747, #753) f50249e7 226fb108 b96ba7c0\n\n![图片](https:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002F6975496b-3700-4de5-ae31-6d35ce6e9e80 \"图片\")\n\n- 添加 Ollama 原生 API，以支持保持连接参数 (#748) 6877a1b7 48817006\n\n![图片](https:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002Ff9647f03-da17-447b-988a-ec3b1db66fe6 \"图片\" width=\"256\")\n\n- 增加允许使用 ESC 键关闭所有浮窗的选项 (#750)\n- 允许导出和导入所有数据 (#740)\n\n![图片](https:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002Ff26ff58e-5371-47fd-bf20-1c9afa0cfb63 \"图片\" width=\"256\")\n\n## 改进\n- 对于简体中文用户，默认免费使用 Kimi.Moonshot Web；其他用户则默认使用 Claude.ai，以获得更好的用户体验。\n- 改进 ChatGLM 支持 (#696, #464)\n- 改善样式冲突问题 (#724, #378)\n- 提升 Claude.ai 和 kimi.moonshot.cn 的用户体验。\n\n## 修复\n- 修复 Firefox 下 Bilibili 摘要功能 (#761)\n- 修复使用 tiny 包时出现的“Buffer 未定义”错误 (#691, https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fissues\u002F752#issuecomment-2240977750)\n\n## 杂项\n- 在可用模型中新增 Claude 3.5 Sonnet API e7cec334\n- 新增 gpt-4o-mini，支持网页端和 API 访问 (#749)\n- 更新强制执行规则\n","2024-08-08T06:35:31",{"id":174,"version":175,"summary_zh":176,"released_at":177},255507,"v2.5.7","# 变更\n\n## 功能\n- 无限自定义 API 模式\n\n\u003Cimg src=\"https:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002F6419a024-b8e2-48c4-8b64-fc4fe705ce36\" width=\"256\"\u002F>\n\n\u003Cimg src=\"https:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002Ff7602e33-7772-41d3-81a6-ccb1dccaf00f\" width=\"256\"\u002F>\n\n- 始终显示浮窗的选项，为所有站点适配器禁用侧边栏 (#747) f50249e7 226fb108 b96ba7c0\n\n![image](https:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002F6975496b-3700-4de5-ae31-6d35ce6e9e80)\n\n- 添加 Ollama 原生 API 以支持保持连接参数 (#748) 6877a1b7 48817006\n\n\u003Cimg src=\"https:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002Ff9647f03-da17-447b-988a-ec3b1db66fe6\" width=\"256\"\u002F>\n\n- 允许使用 ESC 键关闭所有浮窗的选项 (#750)\n- 允许导出和导入所有数据 (#740)\n\n\u003Cimg src=\"https:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002Ff26ff58e-5371-47fd-bf20-1c9afa0cfb63\" width=\"256\"\u002F>\n\n## 改进\n- 对于简体中文用户，默认免费使用 Kimi.Moonshot Web；其他用户则默认使用 Claude.ai，以获得更好的用户体验。\n- 改进 ChatGLM 的支持 (#696, #464)\n- 改善样式冲突问题 (#724, #378)\n- 提升 Claude.ai 和 kimi.moonshot.cn 的用户体验。\n\n## 修复\n- 修复 Firefox 下 Bilibili 摘要功能的问题 (#761)\n- 修复使用 tiny 包时出现的“Buffer 未定义”错误 (#691, https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fissues\u002F752#issuecomment-2240977750)\n\n## 其他\n- 在可用模型中添加 Claude 3.5 Sonnet API e7cec334\n- 为网页和 API 访问同时添加 gpt-4o-mini (#749)\n- 更新执行规则\n","2024-08-07T13:31:10",{"id":179,"version":180,"summary_zh":181,"released_at":182},255508,"v2.5.6","# 变更日志\r\n\r\n## 功能特性\r\n\r\n- 自定义选择工具 (#710, #14, #322, #312, #193, #209, #134, #77, #13, #4, #719, #714, #399, #366, #357, #332, #216, #167, #395, #261, #673, #541, #523)\r\n- \u003Cimg src=\"https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fassets\u002F13366013\u002Fff3de914-c53d-4a56-a2ff-d7f64fad7979\" width=\"256\"\u002F> \u003Cimg src=\"https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fassets\u002F13366013\u002F056c53d5-ce3d-42fd-aeb9-4930bc02fdc4\" width=\"256\"\u002F>\r\n- 实现 arXiv 适配器 (fb6b088f)\r\n\r\n## 升级\r\n- 更新 chatgpt(web) 的 ProofToken (#713, #718)\r\n\r\n## 改进\r\n- 改进 NotificationForChatGPTWeb (#710)\r\n\r\n## 杂项任务\r\n- 更新执行规则\r\n","2024-06-01T07:59:53",{"id":184,"version":185,"summary_zh":186,"released_at":187},255509,"v2.5.5","# 变更\n\n## 升级\n- 添加最新的 GPT-4o Web 和 API (#701, #702, #705, #706)\n\n## 修复\n- 修复 https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fissues\u002F661#issuecomment-2016704211\n- 修复 Azure OpenAI API 集成中对空 choices 数组的处理问题\n\n## 杂项\n- 更新强制执行规则\n","2024-05-16T15:09:15",{"id":189,"version":190,"summary_zh":191,"released_at":192},255510,"v2.5.4","# 变更\n\n## 升级\n- 升级 ChatGPT 网站（将“chat.openai.com”改为“chatgpt.com”）(#688, #687, #677, #678, #681, #682)\n\n## 修复\n- 修复一个样式问题 (#692)\n\n## 杂项\n- 更新执行规则\n","2024-05-08T14:45:00",{"id":194,"version":195,"summary_zh":196,"released_at":197},255511,"v2.5.3","# 变更\n\n## 升级\n- 升级 ChatGPT Web（proofToken）(#677, #678, #681, #682)\n\n## 改进\n- 优化 onmessage 的 fetch 请求\n- 优化注册 WebSocket 的逻辑\n\n## 修复\n- 修复 #669\n- 小幅修复 (#668, #676)\n- 为必应 Web 模式添加小幅修复 (1fe4befa)\n\n## 杂项任务\n- 将 Azure OpenAI API 版本更新至 2024-02-01\n- 通过 API 添加正式可用的 GPT-4 Turbo\n- 更新意大利语翻译 (#665)\n","2024-05-02T15:25:15",{"id":199,"version":200,"summary_zh":201,"released_at":202},255512,"v2.5.2","# v2.5.2 的变更\n\n## 修复\n\n- 修复免费账户因不必要的 ArkoseToken 导致的错误 (#661)\n- 升级 Brave 搜索的组件挂载\n\n# v2.5.1 的变更\n\n## 升级\n\n- 074b6cc：升级 ChatGPT Web（新的 ArkoseToken 和 requirementsToken）(#653, #658, #661) (josc146)\n- c4a537f：将 Azure OpenAI API 版本切换到稳定版 (#640) (josc146)\n- a6fa0ed：更新 Google Gemini 集成 (Tomasz Panasiuk) [#649](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fpull\u002F649)\n\n## 功能\n\n- 21b8468：添加对 kimi.moonshot.cn Web 模式的支持 (#656) (xxcdd) [#656](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fpull\u002F656)\n- 381cea3：允许隐藏上下文菜单 (#643) (josc146)\n- e2ec8ac：支持 Claude 3 API (#642) (josc146)\n- 74bcba8：允许自定义 Claude API 地址 (#644) (josc146)\n\n## 改进\n\n- 9cbe4f3：改进 ChatGPT Web 模式的 WebSocket 支持 (#652) (josc146)\n- 680900b：为 OpenAI API 和自定义 API 添加额外的结束条件（两者均可自定义，因此需要更多的条件检查；现在 API 对 [Ollama](https:\u002F\u002Fgithub.com\u002Follama\u002Follama) 和 LM Studio 的支持更好）(#631, #648) (josc146)\n- eb88fc2：使用 Mozilla\u002FReadability 获取任意网站的核心内容文本 (#641) (xxcdd) [#641](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fpull\u002F641)\n- c00b8ff：改进 Moonshot API 的支持 (#623) (josc146)\n- d49280c：改进 Delta 处理 (#657) (josc146)\n- cbeae3e：增大 FloatingToolbar 图标 (josc146)\n- 26d6ca5：为 SelectionToolbar 添加深色模式 (#651) (josc146)\n\n## 修复\n\n- db35e05：修复 #538 导致 ArchWiki 枚举崩溃的问题（body 上的 KaTeX CSS）(josc146)\n- d53d8b8：再次修复 https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPT-search-engine-extension\u002Fissues\u002F23（由 dcd34156 引起）(josc146) (#660)\n\n## 杂项\n\n- 985adb9：减小软件包大小 (josc146)\n- 4226cf5：更新强制执行规则 (josc146)\n- 1ec752c：更新国际化 (josc146)\n- 68e3a8a：更新 README 文件 (josc146)","2024-03-24T04:43:16",{"id":204,"version":205,"summary_zh":206,"released_at":207},255513,"v2.5.1","## 升级\n- 074b6cc：升级 ChatGPT Web（新增 arkoseToken 和 requirementsToken）(#653, #658, #661) (josc146)\n- c4a537f：将 Azure OpenAI API 版本切换至稳定版 (#640) (josc146)\n- a6fa0ed：更新 Google Gemini 集成 (Tomasz Panasiuk) [#649](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fpull\u002F649)\n\n## 功能\n- 21b8468：添加对 kimi.moonshot.cn Web 模式的支持 (#656) (xxcdd) [#656](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fpull\u002F656)\n- 381cea3：允许隐藏上下文菜单 (#643) (josc146)\n- e2ec8ac：支持 Claude 3 API (#642) (josc146)\n- 74bcba8：允许自定义 Claude API 地址 (#644) (josc146)\n\n## 改进\n- 9cbe4f3：改进 ChatGPT Web 模式的 WebSocket 支持 (#652) (josc146)\n- 680900b：为 OpenAI API 和自定义 API 添加额外的结束条件（两者均可自定义，因此需要更多的条件检查；现在 API 对 [Ollama](https:\u002F\u002Fgithub.com\u002Follama\u002Follama) 和 LM Studio 的支持更好）(#631, #648) (josc146)\n- eb88fc2：使用 Mozilla\u002FReadability 获取任意网站的核心内容文本 (#641) (xxcdd) [#641](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fpull\u002F641)\n- c00b8ff：改进 Moonshot API 的支持 (#623) (josc146)\n- d49280c：改进 delta 处理 (#657) (josc146)\n- cbeae3e：增大 FloatingToolbar 图标 (josc146)\n- 26d6ca5：为 SelectionToolbar 添加深色模式 (#651) (josc146)\n\n## 修复\n- db35e05：修复 #538 导致 ArchWiki 枚举失效的问题（body 上的 KaTeX 样式）(josc146)\n- d53d8b8：再次修复 https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPT-search-engine-extension\u002Fissues\u002F23（由 dcd34156 引起）(josc146) (#660)\n\n## 杂项\n- 985adb9：减小软件包体积 (josc146)\n- 4226cf5：更新强制执行规则 (josc146)\n- 1ec752c：更新国际化 (josc146)\n- 68e3a8a：更新 README 文件 (josc146)","2024-03-23T16:08:39",{"id":209,"version":210,"summary_zh":211,"released_at":212},255514,"v2.5.0","## 升级\n\n- 1fc3cd8：更新 ChatGPT 网页支持（WebSocket 模式）（#621、#627、#628、#630、#632、#634、#635、#637）（josc146）\n- e7638a9：升级 Claude.ai 客户端（josc146）\n- 4a25b03：更新 Reddit 的适配（#416）（josc146）\n\n## 改进\n\n- e5700a5：改进哔哩哔哩视频路径检测（josc146）\n- 08a8920：查找 class=\"article\" 元素以获取内容（Martin Richtarsky）[#626](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fpull\u002F626)\n- 1825172：避免在保存会话时生成新聊天（josc146）\n\n## 杂项\n\n- 0d7d735：将 Moonshot 添加到 API 列表中（Jialei）[#623](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fpull\u002F623)\n- df6840b：更新执行规则（josc146）\n- ed09cb7：更新 OpenAI ChatGPT Turbo 模型（API）（#620）（Peter Dave Hello）[#620](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fpull\u002F620)","2024-03-04T16:36:04",{"id":214,"version":215,"summary_zh":216,"released_at":217},255515,"v2.4.9","## Features\r\n- 4510cf4: gpt-4 web DALL·E support (josc146)\r\n- bd2522c: presearch support (#592) (josc146)\r\n\r\n## Improvements\r\n- dcd3415: improve markdown styles (#585) (josc146)\r\n- 97ca973: improve bilibili summary (josc146)\r\n- faf5e87: improve the stability of response language (#611) (josc146)\r\n- dc471ea: formattedError (#572) (josc146)\r\n- 05a99f3: when opening IndependentPanel, if the latest session has been used, automatically create a new session (#601) (josc146)\r\n\r\n## Fixes\r\n- e2c8041: fix gpt-4 web unusual activity (#615) (josc146)\r\n- 35cb508: safe markdown renderer (#609, #403) (josc146)\r\n- bilibili reload (#603) [#603](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fpull\u002F603) ([Bowen](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fcommit\u002Fe28ec22caf005f6e9836057dfc95802db921ef2a))\r\n- 6e0cf8f: improve #603 (josc146)\r\n- 5929a18: fix mounting failure caused by DuckDuckGo's initial rendering delay. #610 (josc146)\r\n\r\n## Chores\r\n- 79f3b86: release v2.4.8 (github-actions[bot])\r\n- 289e38b: update readme news (josc146)\r\n- 8230f5f: Fix GPT-4 model name and confusion in names (#584) (Anan) [#584](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fpull\u002F584)\r\n- **selection-tools**: remove redundant `getPreferredLanguage` calls (#593) [#593](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fpull\u002F593) ([AiraNadih](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fcommit\u002F2e8911db573dd0915973abb1cceb0023fd417663))\r\n- 1b9ac02: chore (josc146)\r\n- **deps**: bump actions\u002Fsetup-python from 4 to 5 (#586) [#586](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fpull\u002F586) ([dependabot[bot]](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fcommit\u002Ff55b218abd150683a64adf91a301b9276f63e1dc))\r\n- **deps**: bump actions\u002Fupload-artifact from 3 to 4 (#594) [#594](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fpull\u002F594) ([dependabot[bot]](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fcommit\u002F3afd242677d631fc8628f3f255e28266591a12fc))\r\n","2024-01-26T06:23:54",{"id":219,"version":220,"summary_zh":221,"released_at":222},255516,"v2.4.8","## Commits\r\n- 8d53ab8: #573's patch (josc146) fix claude 2.1\r\n- 0238790: fix eventsource meta (#579, #567) (josc146)\r\n- 9c5f306: update core content adapters (josc146)","2023-12-06T06:13:39",{"id":224,"version":225,"summary_zh":226,"released_at":227},255517,"v2.4.7","## Commits\r\n- 70d6b79: Optimize Logic in `selection-tools` Module (#564) (AiraNadih) [#564](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fpull\u002F564)\r\n- d24958f: Add ChatGLM API (#567) (AceLam) [#567](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fpull\u002F567)\r\n- e5ebd45: Update Claude.ai web to Claude v2.1, fix #570 (#573) (Peter Dave Hello) [#573](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fpull\u002F573)\r\n- 2fc0b57: patch to #564 (josc146)\r\n- 6445d22: fix global side_panel (josc146)\r\n- b4d743b: add gpt-3.5-turbo-instruct (josc146)\r\n- fbd45d9: fix #569 and reduce menu items (josc146)","2023-12-03T16:25:39",{"id":229,"version":230,"summary_zh":231,"released_at":232},255518,"v2.4.6","## Commits\r\n- d0fbc9f: allow filling in the API Key of CustomModel mode (#561, previously designed for local offline model or custom server, now you can also use it for regular openai API calls and freely fill in the model name(#563)) (josc146)\r\n- 3e46fa2: support for chromium side panel (#111) (josc146)\r\n- 946cadc: update for chatgpt3.5 web (#562, #551#issuecomment-1803668105, #543#issuecomment-1803666487) (josc146)\r\n- e82f62e: Added box for gh pr's and issues (#558) (Jonas Kamsker) [#558](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fpull\u002F558)\r\n- c830242: Add OpenAI API GPT-4 Turbo Preview (Peter Dave Hello) [#555](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fpull\u002F555)\r\n- 524b39f: Replace legacy gpt-3.5-turbo-0613 with the latest gpt-3.5-turbo-1106 (Peter Dave Hello) [#556](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fpull\u002F556)","2023-11-13T06:54:18",{"id":234,"version":235,"summary_zh":236,"released_at":237},255519,"v2.4.5","## Changes\r\n- d36f6ea: improve render performance (#265) (josc146)\r\n- 3d08919: force scroll to bottom after submission (josc146)\r\n\r\n## Documentation\r\n- add Japanese README [#549](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fpull\u002F549) ([Ikko Eltociear Ashimine](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fcommit\u002F838da652aeb96e49c410633442665fa9abb76066))\r\n- phrase translation according language README_IN [#552](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fpull\u002F552) ([Guspan Tanadi](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fcommit\u002F84dfdde8c0ed43cef814c008dba75664c545f207))","2023-11-04T09:45:32",{"id":239,"version":240,"summary_zh":241,"released_at":242},255520,"v2.4.4","## Commits\r\n- 02b41db: Add site adapters for Golem, EETimes (Martin Richtarsky) [#530](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fpull\u002F530)\r\n- 40d24e7: improve chatgpt web user guide (josc146)\r\n- 236a1cb: improve chatgpt web mode compatibility (josc146)","2023-10-31T02:51:22",{"id":244,"version":245,"summary_zh":246,"released_at":247},255521,"v2.4.3","## Changes\r\n- 4859e9a: fix chatgpt web mode arkose_token (#469, #543, #545) (josc146)\r\n- f4fdee9: blob file read for gitlab (#544) (josc146)\r\n- 8dce5d8: fix #539 bing web (josc146)\r\n- f26c566: Make summarization work for text\u002Fplain content (Martin Richtarsky) [#531](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fpull\u002F531)\r\n- 90f4880: improve fetchSSE (#532) (josc146)\r\n- 1dcc274: fix safari background (https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fissues\u002F512#issuecomment-1774597619) (josc146)","2023-10-30T16:07:28",{"id":249,"version":250,"summary_zh":251,"released_at":252},255522,"v2.4.2","## Features\r\n- Add claude-v2 API (#516) [#516](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fpull\u002F516) ([ajkost](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fcommit\u002F157399694aa5adcafdc7886d42f05ef4e3899df6))\r\n\r\n## Patches\r\n- d639d29: upgrade bing client (merge https:\u002F\u002Fgithub.com\u002Fwaylaidwanderer\u002Fnode-chatgpt-api\u002Fpull\u002F481) and some other adaptations (#505, #519, #525) (josc146)\r\n\r\n## Bug Fixes\r\n- under chatgpt web mode, due to API changes, stored responses became `undefined` ([josc146](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fcommit\u002F634c9c95a4411c520c10258fca7c44cb9384a59e))\r\n\r\n## Chores\r\n- **deps**: bump actions\u002Fcheckout from 3 to 4 [#507](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fpull\u002F507) ([dependabot[bot]](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fcommit\u002F1e1d7db8aabc84e4a5f40fa6db37df08273ed27b))\r\n- 83f44a3: improve claude api prompt (#516) (josc146)\r\n- b1b9c6a: Added Turkish Support, Create _locales\u002Ftr\u002Fmain.json (Only1337) [#518](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fpull\u002F518)\r\n- c152d0b: update kagi query (#517) (josc146)\r\n- 96a0361: update locales (josc146)\r\n- 67febe3: Add site adapter for FAZ (Frankfurter Allgemeine Zeitung) (Martin Richtarsky) [#520](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fpull\u002F520)\r\n- 62e8c3b: fix firefox warning (#527) (josc146)\r\n- 843bfc3: update bing detection (josc146)\r\n- 4cc4144: improve claude.ai login prompt (josc146)\r\n- 86b9b20: improve error prompt (josc146)\r\n- adf95b3: release v2.4.1 (github-actions[bot])\r\n- efe83f2: chore (josc146)\r\n\r\n## Known Issues\r\n- ChatGPT-4 Web Mode is not working, you have to use API Mode (#469, `arkose_token` is required, but i haven't found an efficient way to get it on client side)\r\n- Poe AI is not working (See more in https:\u002F\u002Fgithub.com\u002Fading2210\u002Fpoe-api\u002Fissues\u002F218 and https:\u002F\u002Fgithub.com\u002Fading2210\u002Fpoe-api\u002Fissues\u002F231) (Related: #471, #476, #495, #496)","2023-10-15T16:39:30",{"id":254,"version":255,"summary_zh":256,"released_at":257},255523,"v2.4.1","## Features\r\n- independent Claude.ai model support (#457, #476, #477, #503) ([josc146](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fcommit\u002F1b63f119805194dc7081d8607d1ac0d370027395))\r\n\r\n## Patches\r\n- fix(upgrade) bing client (#505) ([josc146](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fcommit\u002Fe71ee74c6d30d4509e06f9523ed871a70acf6ef2))\r\n- decisionCard and popupCard of bing client (#505) ([josc146](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fcommit\u002F711e0d3493738427e5ed75fd2b5fcd12ced03147))\r\n- fakePort `stop` ([josc146](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fcommit\u002F40ae4575a7f0dd05d3792542854f4c30b82e5f30))\r\n\r\n## Bug Fixes\r\n- when requests stop, input box sometimes isn't reset properly (#462) ([josc146](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fcommit\u002F3bef0c0c98f639f3506f2602d3de64351ffbe8f3))\r\n\r\n## Chores\r\n- 18c9c4f: update brave sidebar query (josc146)\r\n- 9aa2adc: Selection tool explain (#491) (zeddyemmy) [#491](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fpull\u002F491)\r\n- 819eb16: Add OpenAI API 0613 version for all models, close  #474 (#478) (Peter Dave Hello) [#478](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fpull\u002F478)\r\n- 8f5306a: add new adapter: followin (#467) (AI-Chef) [#467](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fpull\u002F467)\r\n- add Poe Llama-2-70b, Llama-2-13b, Llama-2-7b (#482) [#482](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fpull\u002F482) ([Anan](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fcommit\u002F1d10ea8b36b400c6c6e41ebcd9ec308aae6db026))\r\n- 3d6ef41: Change Poe bot \"Sage\" to \"Assistant\" (#466) (Anan) [#466](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fpull\u002F466)\r\n\r\n## Known Issues\r\n- ChatGPT-4 Web Mode is not working, you have to use API Mode (#469, `arkose_token` is required, but i haven't found an efficient way to get it on client side)\r\n- Poe AI is not working (See more in https:\u002F\u002Fgithub.com\u002Fading2210\u002Fpoe-api\u002Fissues\u002F218 and https:\u002F\u002Fgithub.com\u002Fading2210\u002Fpoe-api\u002Fissues\u002F231) (Related: #471, #476, #495, #496)","2023-09-23T14:44:31",{"id":259,"version":260,"summary_zh":261,"released_at":262},255524,"latest","## Commits\n- 97c04c2: update prerelease workflow (josc146)\n- fix(upgrade) bing client (#505) ([josc146](https:\u002F\u002Fgithub.com\u002FjosStorer\u002FchatGPTBox\u002Fcommit\u002Fe71ee74c6d30d4509e06f9523ed871a70acf6ef2))","2023-09-06T15:55:30"]