Skip to content

Commit 0a3a917

Browse files
pre-commit-ci[bot]Vitamin Arrr
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 78c8e48 commit 0a3a917

File tree

3 files changed

+571
-571
lines changed

3 files changed

+571
-571
lines changed

docs/gpt.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ gpt
66
:tags: fort gameplay
77

88
Enables a UI for submitting knowledge item descriptions to OpenAI for generating
9-
poetry, star charts, and excerpts from longer works such as biographies, dictionaries,
10-
treatises on technological evolution, comparative biographies, cultural histories,
11-
autobiographies, cultural comparisons, essays, guides, manuals, and more.
9+
poetry, star charts, and excerpts from longer works such as biographies, dictionaries,
10+
treatises on technological evolution, comparative biographies, cultural histories,
11+
autobiographies, cultural comparisons, essays, guides, manuals, and more.
1212

1313
``enable gpt``
1414
=======
@@ -30,13 +30,13 @@ Setup:
3030
Once the python helper is running, you may now enable and use the gpt plugin.
3131

3232
The python script defaults to using the fast, cheap, legacy model `text-davinci-003`.
33-
If you wish to use the slower, more expensive `gpt-3.5-turbo` or `gpt-4` models, you
33+
If you wish to use the slower, more expensive `gpt-3.5-turbo` or `gpt-4` models, you
3434
can start the script with `python gptserver.py -gpt3` or `python gptserver.py -gpt4`.
35-
Tweaking additional OpenAI API parameters will require modifying `gptserver.py` to suit
35+
Tweaking additional OpenAI API parameters will require modifying `gptserver.py` to suit
3636
your particular desires, until such time as someone may have added additional
3737
configuration options in a future update to DFHack :D
3838

39-
Note: EVERY TEXT YOU GENERATE COSTS $$ if you are on a paid account. The fee is appx. $0.005 USD
39+
Note: EVERY TEXT YOU GENERATE COSTS $$ if you are on a paid account. The fee is appx. $0.005 USD
4040
at the time of this writing. YMMV!
4141

4242
Versions of python dependencies tested with:
@@ -64,4 +64,4 @@ requests 2.31.0
6464
tqdm 4.65.0
6565
urllib3 2.0.4
6666
Werkzeug 2.3.6
67-
yarl 1.9.2
67+
yarl 1.9.2

0 commit comments

Comments
 (0)