6
6
:tags: fort gameplay
7
7
8
8
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.
12
12
13
13
``enable gpt ``
14
14
=======
@@ -30,13 +30,13 @@ Setup:
30
30
Once the python helper is running, you may now enable and use the gpt plugin.
31
31
32
32
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
34
34
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
36
36
your particular desires, until such time as someone may have added additional
37
37
configuration options in a future update to DFHack :D
38
38
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
40
40
at the time of this writing. YMMV!
41
41
42
42
Versions of python dependencies tested with:
@@ -64,4 +64,4 @@ requests 2.31.0
64
64
tqdm 4.65.0
65
65
urllib3 2.0.4
66
66
Werkzeug 2.3.6
67
- yarl 1.9.2
67
+ yarl 1.9.2
0 commit comments