Skip to content

Commit

Permalink
Added note that OpenAI model needs to be set in config.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
art-from-the-machine committed Jul 25, 2024
1 parent b80630c commit 18b741c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pages/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ While Toppy is a good model to get started with, it can fall short when trying t
<details>
<summary><b>OpenAI</b></summary>

Copy your OpenAI secret API key (see [here](https://help.openai.com/en/articles/4936850-where-do-i-find-my-secret-api-key) if you need help finding it (you will need to set up an account if you haven't already)) and paste into `MantellaSoftware/GPT_SECRET_KEY.txt`. Do not share this key with anyone. Note that you will need to set up your payment details for the API to work.
Copy your OpenAI secret API key (see [here](https://help.openai.com/en/articles/4936850-where-do-i-find-my-secret-api-key) if you need help finding it (you will need to set up an account if you haven't already)) and paste into `MantellaSoftware/GPT_SECRET_KEY.txt`. Do not share this key with anyone. Note that you will need to set up your payment details for the API to work. Once completed, in MantellaSoftware/config.ini set the `model` value to an OpenAI model (eg `gpt-4o`, `gpt-4o-mini`).
</details>
<br>

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/installation_fallout4.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ While Toppy is a good model to get started with, it can fall short when trying t
<details>
<summary><b>OpenAI</b></summary>

Copy your OpenAI secret API key (see [here](https://help.openai.com/en/articles/4936850-where-do-i-find-my-secret-api-key) if you need help finding it (you will need to set up an account if you haven't already)) and paste into `MantellaSoftware/GPT_SECRET_KEY.txt`. Do not share this key with anyone. Note that you will need to set up your payment details for the API to work.
Copy your OpenAI secret API key (see [here](https://help.openai.com/en/articles/4936850-where-do-i-find-my-secret-api-key) if you need help finding it (you will need to set up an account if you haven't already)) and paste into `MantellaSoftware/GPT_SECRET_KEY.txt`. Do not share this key with anyone. Note that you will need to set up your payment details for the API to work. Once completed, in MantellaSoftware/config.ini set the `model` value to an OpenAI model (eg `gpt-4o`, `gpt-4o-mini`).
</details>
<br>

Expand Down

0 comments on commit 18b741c

Please sign in to comment.