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 45dd4b6 commit e8d5253Copy full SHA for e8d5253
docs/gpt.rst
@@ -22,7 +22,7 @@ Setup:
22
23
1. [Register for a free trial or paid OpenAI API account](https://openai.com/product).
24
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`.
+3. Save your OpenAI API token to a file `oaak.txt` in the dfhack_config directory at the root of your DF directory.
26
4. Install python. We used version 3.11 installed from the Microsoft Store.
27
5. Install python dependencies Flask and OpenAI: `pip install Flask` and `pip install OpenAI`.
28
6. Start the local helper python app: cd into dfhack/scripts directory & run `python srv/gptserver.py`.
0 commit comments