Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
[*] Modify README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
heng30 committed Sep 15, 2023
1 parent 37cb4e9 commit 8eda5dc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ A chatbot based on the OpenAI chatgpt-3.5-turbo API. The program is written usin
- [x] Supports concurrent output for different sessions
- [x] Supports shortcut commands to switch sessions and send questions

#### 参考
#### How to build?
- Install `Rust` and `Cargo`
- Run `make build`
- Refer to [Makefile](./Makefile) for more information

#### Reference
- [Slint Language Documentation](https://slint-ui.com/releases/1.0.0/docs/slint/)
- [github/slint-ui](https://github.com/slint-ui/slint)
- [Viewer for Slint](https://github.com/slint-ui/slint/tree/master/tools/viewer)
Expand Down
5 changes: 5 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
- [x] 支持不同会话并发输出
- [x] 支持快捷指令切换会话并发送问题

#### 如何构建?
- 安装`Rust``Cargo`
- 执行`make build`
- [Makefile](./Makefile)了解更多

#### 参考
- [Slint Language Documentation](https://slint-ui.com/releases/1.0.0/docs/slint/)
- [github/slint-ui](https://github.com/slint-ui/slint)
Expand Down

0 comments on commit 8eda5dc

Please sign in to comment.