Skip to content

Commit 42dc87e

Browse files
authored
Merge pull request #9 from code-yeongyu/feature/fix-typo-readme
Fix typo in README
2 parents da680e7 + ce29ef6 commit 42dc87e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,16 @@ cat textfile.txt | ygka "what is this file?"
5050

5151
## Advanced Settings 🛠
5252

53-
By default, YGKA is configured to use either the official_chatgpt or reverse_engineered_chatgpt language model. To change the language model, modify the `~/.ygka_config.json` file as follows:
53+
By default, `YGKA` is configured to use the reverse-engineered ChatGPT client and retrieve login information from your browser, so you don't need to configure anything to use `YGKA`. However, for those who want to use different models with an OpenAI API Key, you can configure it as follows:
54+
55+
1. Create an account on OpenAI.
56+
1. Go to <https://platform.openai.com/account/api-keys> and copy your API key.
57+
1. Modify or create the `~/.ygka_config.json` file as follows:
5458

5559
```json
5660
{
5761
...
58-
"language_model": <language model of your preference>, //"official_chatgpt" or "reverse_engineered_chatgpt"
62+
"language_model": <language model of your preference>, //"official_chatgpt"
5963
"openai_api_key": <your OpenAI API key>
6064
}
6165
```

0 commit comments

Comments
 (0)