Skip to content

Commit b5f6b33

Browse files
committed
Cleanup constants defaults
1 parent 7c02777 commit b5f6b33

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Install [Langchain](https://github.com/hwchase17/langchain) and other required p
1010
```
1111
pip install langchain openai chromadb tiktoken unstructured
1212
```
13-
Modify `constants.py` to use your own [OpenAI API key](https://platform.openai.com/account/api-keys).
13+
Modify `constants.py.default` to use your own [OpenAI API key](https://platform.openai.com/account/api-keys), and rename it to `constants.py`.
1414

1515
Place your own data into `data/data.txt`.
1616

constants.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

constants.py.default

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Replace with your own OpenAI API Key https://platform.openai.com/account/api-keys
2+
# and rename this file to constants.py.
3+
APIKEY = "<your OpenAI API key>"

0 commit comments

Comments
 (0)