Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/haroldloui/chat-app

一款UI仿照ChatGPT-Next-Web项目,使用Rust + Tauri框架搭建的简单AI聊天项目
https://github.com/haroldloui/chat-app

chat desktop rust tauri

Last synced: 23 days ago
JSON representation

一款UI仿照ChatGPT-Next-Web项目,使用Rust + Tauri框架搭建的简单AI聊天项目

Awesome Lists containing this project

README

        

# ChatGpt聊天应用

一款UI仿照[ChatGPT-Next-Web](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web)项目,使用`Rust` + [`Tauri`](https://github.com/tauri-apps/tauri)框架搭建的简单AI聊天项目

**聊天界面:**

![聊天界面.png](./screenshots/app.png)

**设置界面:**

![设置界面.png](./screenshots/settings.png)

### 相关功能:

- [x] 自定义Api接口和密钥
- [x] 设置代理
- [x] 流式响应
- [x] 联系上下文
- [x] 选择模型聊天
- [ ] 自定义面具
- [ ] 发送图片

> **NOTE:** 自定义API功能需要保证接口返回的数据结构和官方API返回的一致