Files
chatGPTBox/README_ZH.md
T
2023-03-23 18:25:04 +08:00

136 lines
5.1 KiB
Markdown

<p align="center">
<img src="./src/logo.png">
</p>
<h1 align="center">ChatGPT Box</h1>
<div align="center">
将ChatGPT深度集成到浏览器中, 你所需要的一切均在于此
[![license][license-image]][license-url]
[![release][release-image]][release-url]
[![verfiy][verify-image]][verify-url]
[English](README.md) | 简体中文
### 安装链接
[![Chrome][Chrome-image]][Chrome-url]
[![Edge][Edge-image]][Edge-url]
[![Firefox][Firefox-image]][Firefox-url]
[![Safari][Safari-image]][Safari-url]
[![Android][Android-image]][Android-url]
[![Github][Github-image]][Github-url]
(目前正在等待商店审核, [Chrome][Chrome-url]及[Firefox][Firefox-url]版本已过审)
[使用指南](https://github.com/josStorer/chatGPTBox/wiki/Guide) |
[效果预览](#Preview) |
[开发&贡献][dev-url] |
[捐助](https://www.buymeacoffee.com/josStorer) |
[鸣谢](#Credit)
[视频演示](https://www.bilibili.com/video/BV1524y1x7io)
[dev-url]: https://github.com/josStorer/chatGPTBox/wiki/Development&Contributing
[license-image]: http://img.shields.io/badge/license-MIT-blue.svg
[license-url]: https://github.com/josStorer/chatGPTBox/blob/master/LICENSE
[release-image]: https://img.shields.io/github/release/josStorer/chatGPTBox.svg
[release-url]: https://github.com/josStorer/chatGPTBox/releases/latest
[verify-image]: https://github.com/josStorer/chatGPTBox/workflows/verify-configs/badge.svg
[verify-url]: https://github.com/josStorer/chatGPTBox/actions/workflows/verify-configs.yml
[Chrome-image]: https://img.shields.io/badge/-Chrome-brightgreen?logo=google-chrome&logoColor=white
[Chrome-url]: https://chrome.google.com/webstore/detail/chatgptbox/eobbhoofkanlmddnplfhnmkfbnlhpbbo
[Edge-image]: https://img.shields.io/badge/-Edge-blue?logo=microsoft-edge&logoColor=white
[Edge-url]: https://github.com/josStorer/chatGPTBox/wiki/Install
[Firefox-image]: https://img.shields.io/badge/-Firefox-orange?logo=firefox-browser&logoColor=white
[Firefox-url]: https://addons.mozilla.org/firefox/addon/chatgptbox/
[Safari-image]: https://img.shields.io/badge/-Safari-blue?logo=safari&logoColor=white
[Safari-url]: https://github.com/josStorer/chatGPTBox/wiki/Install
[Android-image]: https://img.shields.io/badge/-Android-brightgreen?logo=android&logoColor=white
[Android-url]: https://github.com/josStorer/chatGPTBox/wiki/Install#install-to-android
[Github-image]: https://img.shields.io/badge/-Github-black?logo=github&logoColor=white
[Github-url]: https://github.com/josStorer/chatGPTBox/releases/latest
</div>
## 离线/自托管模型现已支持
仓库地址 https://github.com/josStorer/selfhostedAI
## ✨ Features
- 🌈 在任何页面随时呼出聊天对话框
- 🔗 多种API支持 (免费用户和Plus用户可用Web API, 此外还有GPT-3.5, GPT-4等)
- 📦 对各种常用网站的集成适配 (reddit, quora, youtube, github, gitlab, stackoverflow, zhihu, bilibili) (受到[wimdenherder](https://github.com/wimdenherder)启发)
- 🔍 对所有主流搜索引擎的适配, 并支持自定义查询以支持额外的站点
- 🧰 框选工具与右键菜单, 执行各种你的需求, 如翻译, 总结, 润色, 情感分析, 段落划分, 代码解释, 问询
- 🗂️ 静态卡片支持浮出聊天框, 进行多分支对话
- 🖨️ 随意保存你的完整对话记录, 或进行局部复制
- 🎨 强大的渲染支持, 不论是代码高亮, 还是复杂数学公式
- 🌍 多语言偏好支持
- 📝 [自定义API地址](https://github.com/Ice-Hazymoon/openai-scf-proxy)支持
- ⚙️ 所有站点适配与工具均可自由开关, 随时停用你不需要的模块
- 💡 工具与站点适配开发易于扩展, 对于开发人员易于自定义, 请查看[开发&贡献][dev-url]部分
- 😉 此外, 如果回答有任何不足, 直接聊天解决!
## Preview
<div align="center">
**搜索引擎适配, 浮动窗口, 对话分支**
![preview_google_floatingwindow_conversationbranch](screenshots/preview_google_floatingwindow_conversationbranch.jpg)
**常用站点集成, 选择浮动工具**
![preview_reddit_selectiontools](screenshots/preview_reddit_selectiontools.jpg)
**Git分析, 右键菜单**
![preview_github_rightclickmenu](screenshots/preview_github_rightclickmenu.jpg)
**视频总结**
![preview_youtube](screenshots/preview_youtube.jpg)
**移动端效果**
![image](https://user-images.githubusercontent.com/13366013/225529110-9221c8ce-ad41-423e-b6ec-097981e74b66.png)
**设置界面**
![preview_settings](screenshots/preview_settings.jpg)
</div>
## Credit
该项目基于我的另一个项目 [josStorer/chatGPT-search-engine-extension](https://github.com/josStorer/chatGPT-search-engine-extension)
[josStorer/chatGPT-search-engine-extension](https://github.com/josStorer/chatGPT-search-engine-extension)
fork自 [wong2/chat-gpt-google-extension](https://github.com/wong2/chat-gpt-google-extension)(我从中学到很多)
并在2022年12月14日与上游分离
[wong2/chat-gpt-google-extension](https://github.com/wong2/chat-gpt-google-extension) 的想法源于
[ZohaibAhmed/ChatGPT-Google](https://github.com/ZohaibAhmed/ChatGPT-Google) ([upstream-c54528b](https://github.com/wong2/chatgpt-google-extension/commit/c54528b0e13058ab78bfb433c92603db017d1b6b))