Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hjklchan/rs-chatgpt

使用 Rust 构建的价值一个亿的 ChatGPT 应用
https://github.com/hjklchan/rs-chatgpt

Last synced: about 1 month ago
JSON representation

使用 Rust 构建的价值一个亿的 ChatGPT 应用

Awesome Lists containing this project

README

        


Rust-ChatGPT v0.0.0.1



简单易用的 ChatGPT 工具 - 简单, 现代, 强大, 易用




## 介绍
Rust-ChatGPT 是一个价值一个亿的 AI 项目并且由 Rust 语言构建, 其内部代码非常**简单易读**, 一共 **7 行代码**左右
> 核心代码位于 `/src/main.rs`

## 效果图
![](https://github.com/hjklchan/rs-chatgpt/blob/main/imgs/chatgpt_with_rs.png)

## 使用
**克隆项目**
```bash
git clone https://github.com/hjklchan/rs-chatgpt.git
```

**启动项目**
```bash
cargo run
```

**构建项目**
```bash
cargo build
```

## License
开源协议 (TODO)