We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4fc251 commit 57ce511Copy full SHA for 57ce511
README.md
@@ -10,10 +10,9 @@ Install Langchain https://github.com/hwchase17/langchain.
10
pip install langchain
11
pip install openai
12
```
13
-Modify `constants.py to add your own OpenAI API key. https://platform.openai.com/account/api-keys.
14
-
15
-Add your own data into "data.txt"
+Modify `constants.py` to use your own OpenAI API key. https://platform.openai.com/account/api-keys.
16
+Place your own data into "data.txt".
17
18
**Example usage:**
19
0 commit comments