Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add chatgpt-api-web #73

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,12 @@

相关项目: [ChatGPT-Vercel](https://github.com/ourongxing/chatgpt-vercel) is another ChatGPT web app based on ddiu8081/chatgpt-demo, specifically made for deploying on Vercel.

- [ChatGPT-API-WEB](https://github.com/heimoshuiyu/chatgpt-api-web) <img src="https://img.shields.io/badge/-self--hosted-1adc61" />

纯前端项目,没有后端,直接从浏览器发送请求。保障你的隐私和 API key 安全。所有数据都保存在浏览器本地。为日常使用 ChatGPT 及调试优化 prompt 设计。

支持:多会话、保存多个 API、自定义 OpenAI 接口地址、选择不同模型、设置任何 API 参数、流式输出、设置系统消息、编辑历史消息、自动裁剪过长对话、保存对话模板、费用统计、适配黑暗模式、适配多语言。


### 特殊用途

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,12 @@ Visit the website to get latest updates: [awesome-chatgpt-api.top](https://aweso

Related project: [ChatGPT-Vercel](https://github.com/ourongxing/chatgpt-vercel) is another ChatGPT web app based on ddiu8081/chatgpt-demo, specifically made for deploying on Vercel.

- [ChatGPT-API-WEB](https://github.com/heimoshuiyu/chatgpt-api-web) <img src="https://img.shields.io/badge/-self--hosted-1adc61" />

Pure front-end project, no back-end, send requests directly from the browser. Protect your privacy and API key security. All data is stored locally in the browser. Designed for daily use of ChatGPT and debugging optimized prompts.

Support: Multiple sessions, save multiple APIs, customize OpenAI interface address, choose different models, set any API parameters, streaming output, set system messages, edit historical messages, auto-trim lengthy conversations, save conversation templates, cost statistics, adapt to dark mode, adapt to multiple languages.


### Special-purpose

Expand Down