Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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聊天项目
- Host: GitHub
- URL: https://github.com/haroldloui/chat-app
- Owner: HaroldLoui
- Created: 2024-12-21T08:35:40.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-01-10T09:14:12.000Z (23 days ago)
- Last Synced: 2025-01-10T10:31:59.973Z (23 days ago)
- Topics: chat, desktop, rust, tauri
- Language: Rust
- Homepage:
- Size: 382 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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返回的一致