Skip to content

Commit

Permalink
doc: modify README to add features.
Browse files Browse the repository at this point in the history
  • Loading branch information
guangzhengli committed Apr 6, 2023
1 parent 2693d4d commit 7c87df3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OPENAI_API_KEY=your token
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,11 @@ create a file named .env with value(OPENAI_API_KEY=your token)

```shell
python3 server.py
```
```


## Feature

- [x] Chat with GPT-3.5
- [x] Chat with file by llama_index
- [ ] Upload multiple files to one index, chat with multiple files.
6 changes: 6 additions & 0 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ cd chatfiles
```shell
python3 server.py
```

## 功能

- [x] 与 GPT-3.5 对话。
- [x] 与你上传的文件对话。
- [ ] 上传多个文件,构建同一个 Index,然后与之对话。

0 comments on commit 7c87df3

Please sign in to comment.