Skip to content

Commit e8d5253

Browse files
author
Vitamin Arrr
committed
PR comments
1 parent 45dd4b6 commit e8d5253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gpt.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Setup:
2222

2323
1. [Register for a free trial or paid OpenAI API account](https://openai.com/product).
2424
2. Generate an API token for your account.
25-
3. Save your OpenAI API token to a file at the root of your DF directory, `oaak.txt`.
25+
3. Save your OpenAI API token to a file `oaak.txt` in the dfhack_config directory at the root of your DF directory.
2626
4. Install python. We used version 3.11 installed from the Microsoft Store.
2727
5. Install python dependencies Flask and OpenAI: `pip install Flask` and `pip install OpenAI`.
2828
6. Start the local helper python app: cd into dfhack/scripts directory & run `python srv/gptserver.py`.

0 commit comments

Comments
 (0)