Skip to content

Commit 1ccc375

Browse files
authored
Update README.md
1 parent 87782a0 commit 1ccc375

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
# chatgpt-retrieval
22

3-
Run ChatGPT on your own files.
4-
Video summary: https://youtu.be/9AXP7tCI9PI
3+
Simple script to use ChatGPT on your own files.
54

6-
**Installation**
5+
Here's the [YouTube Video](https://youtu.be/9AXP7tCI9PI).
76

8-
Install Langchain https://github.com/hwchase17/langchain.
7+
## Installation
8+
9+
Install [Langchain](https://github.com/hwchase17/langchain).
910
```
1011
pip install langchain
1112
pip install openai
1213
```
13-
Modify `constants.py` to use your own OpenAI API key. https://platform.openai.com/account/api-keys.
14+
Modify `constants.py` to use your own [OpenAI API key](https://platform.openai.com/account/api-keys).
1415

15-
Place your own data into "data.txt".
16+
Place your own data into `data.txt`.
1617

17-
**Example usage:**
18+
## Example usage
1819
```
1920
> python chatgpt.py "what is my dog's name"
2021
Your dog's name is Sunny.

0 commit comments

Comments
 (0)