Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/ztjhz/BetterChatGPT

An amazing UI for OpenAI's ChatGPT (Website + Windows + MacOS + Linux)
https://github.com/ztjhz/BetterChatGPT

better-chat-gpt chatbot chatgpt free gpt-3 gpt-4

Last synced: 3 months ago
JSON representation

An amazing UI for OpenAI's ChatGPT (Website + Windows + MacOS + Linux)

Lists

README

        

Better ChatGPT


Better ChatGPT

免费、无限、强大、智能、迷人



licence


forks


stars


issues


pull-requests



进入网站
·
反馈问题
·
请求功能


您喜欢使用 Better ChatGPT 吗?请给它一个星星以示支持!🌟

## 👋🏻 介绍 Better ChatGPT



landing

您准备好使用 Better ChatGPT 充分发掘 ChatGPT 的潜力了吗?

Better ChatGPT 是任何想要体验对话型人工智能无限潜力的人的终极目的地。我们的应用程序利用 OpenAI 的 ChatGPT API 的全部潜力,提供了一个无与伦比的聊天机器人体验,而且完全免费,并且没有任何限制。

无论您是想与虚拟助手聊天、提高语言技能,还是想享受有趣而引人入胜的对话,我们的应用都能满足您的需求。那么,为什么还要等呢?立即加入我们,探索 Better ChatGPT 的精彩世界!

# 🔥 功能

Better ChatGPT 已经包含了大量的功能。您可以使用以下功能:

- 支持使用内置代理解決 ChatGPT 地区限制
- 支持自定义提示词资料库
- 支持使用文件夹(且带颜色)整理聊天
- 支持筛选聊天和文件夹
- 支持实时计算 token 数量和价格
- 支持使用 ShareGPT 分享聊天
- 支持自定义 API 参数(例如存在惩罚)
- 支持自定义用户/助理/系统身份
- 支持任意编辑/插入/调整消息顺序
- 支持自动生成聊天标题
- 支持自动保存聊天记录
- 支持导入/导出聊天记录
- 支持将聊天保存为 Markdown/图片/JSON
- 支持与 Google Drive 同步
- 支持 Azure OpenAI 终端
- 支持多语言 (i18n)

# 🛠️ 使用方法

要开始使用,只需访问我们的网站:。您有 3 种方法可以开始使用 Better ChatGPT。

1. 在 API 菜单中输入您从 [OpenAI API Keys](https://platform.openai.com/account/api-keys) 获得的 OpenAI API 密钥。
2. 使用提供的 API 端点代理:[ayaka14732/ChatGPTAPIFree](https://github.com/ayaka14732/ChatGPTAPIFree)。(如果您所在的区域无法访问 ChatGPT)
3. 按照这里提供的说明托管自己的 API 端点:。随后,在 API 菜单中输入 API 端点。

## 桌面应用

在此下载桌面应用程序:

| 操作系统 | 下载 |
| -------- | --------- |
| Windows | .exe |
| MacOS | .dmg |
| Linux | .AppImage |

### 功能

- 无限本地存储
- 本地运行(即使无法访问 Better ChatGPT 网站也可以使用)

# 🛫 托管自己的实例

如果您想运行自己的 Better ChatGPT 实例,可以按照以下步骤轻松完成:

## Vercel

使用 Vercel 一键部署

[![Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fztjhz%2FBetterChatGPT)

## GitHub 页面

### 步骤

1. 创建一个 GitHub 账户(如果您还没有账户)。
1. 给此[存储库](https://github.com/ztjhz/BetterChatGPT) 一个星星 ⭐️
1. Fork 此[存储库](https://github.com/ztjhz/BetterChatGPT)
1. 在 fork 之后的存储库中点击 `Settings` 选项卡
![image](https://user-images.githubusercontent.com/59118459/223753577-9b6f8266-26e8-471b-8f45-a1a02fbab232.png)
1. 在左侧边栏中,单击 `Pages` ,在右侧区域中,为 `Source` 选择 `GitHub Actions`。
![image](https://user-images.githubusercontent.com/59118459/227568881-d8fb7baa-f890-4dee-8fc2-b6b429ba2098.png)
1. 现在点击 `Actions`
![image](https://user-images.githubusercontent.com/59118459/223751928-cf2b91b9-4663-4a36-97de-5eb751b32c7e.png)
1. 在左侧边栏中,点击 `Deploy to GitHub Pages`
![image](https://user-images.githubusercontent.com/59118459/223752459-183ec23f-72f5-436e-a088-e3386492b8cb.png)
1. 在运行的工作流列表上方,选择 `Run workflow` 。
![image](https://user-images.githubusercontent.com/59118459/223753340-1270e038-d213-4d6f-938c-66a30dad7c88.png)
1. 返回到 `Settings` 选项卡
![image](https://user-images.githubusercontent.com/59118459/223753577-9b6f8266-26e8-471b-8f45-a1a02fbab232.png)
1. 在左侧边栏中,单击 `Pages` 。然后在顶部部分,您可以看到 "Your site is live at `XXX`"。
![image](https://user-images.githubusercontent.com/59118459/227568881-d8fb7baa-f890-4dee-8fc2-b6b429ba2098.png)

### 在本地运行

1. 确保您已安装以下内容:

- [node.js](https://nodejs.org/en/)
- [yarn](https://yarnpkg.com/) 或者 [npm](https://www.npmjs.com/)

2. 通过运行 `git clone https://github.com/ztjhz/BetterChatGPT.git` 克隆此[存储库](https://github.com/ztjhz/BetterChatGPT)。
3. 进入目录通过 `cd BetterChatGPT`
4. 运行 `yarn` 或 `npm install`,具体取决于您是否安装了 yarn 或 npm。
5. 运行 `yarn dev` 或 `npm run dev` 来启动应用程序。

# ⭐️ 星星历史

[![Star History Chart](https://api.star-history.com/svg?repos=ztjhz/BetterChatGPT&type=Date)](https://github.com/ztjhz/BetterChatGPT/stargazers)


Better ChatGPT 一个星星 ⭐️ 可以让它更加锦上添花,让更多人受益匪浅。

# ❤️ 贡献者

感谢所有贡献者!



# 🙏 支持

在 Better ChatGPT,我们致力于为您提供实用和惊人的功能。就像任何项目一样,您的支持和激励将对我们在保持前进方面起到至关重要的作用!

如果您喜欢使用我们的应用程序,我们恳请您给这个项目一颗 ⭐️。您的认可对我们意义重大,鼓励我们更加努力,以提供最佳的体验。

如果您想支持我们的团队,请考虑通过以下方法之一赞助我们。每一份贡献,无论多小,都有助于我们维护和改善我们的服务。

| 付款方式 | 链接 |
| -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| 支付宝 (Ayaka) | |
| 微信 (Ayaka) | |
| GitHub | [![GitHub Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/ztjhz) |
| KoFi | [![support](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/betterchatgpt) |

感谢您成为我们社区的一员,我们期待着在未来为您提供更好的服务。