Skip to content

Commit aea5e43

Browse files
authored
Merge pull request #57 from code-yeongyu/feature/updated-readme
Update README.md
2 parents 93bc179 + a879f6a commit aea5e43

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,17 @@ By default, `AiShell` is configured to use the reverse-engineered ChatGPT client
4949

5050
1. Create an account on OpenAI.
5151
1. Go to <https://platform.openai.com/account/api-keys> and copy your API key.
52-
1. Modify or create the `~/.aishell_config.json` file as follows:
52+
1. Modify or create the `~/.ygka_openai_config.json` file as follows:
5353

5454
```json
5555
{
5656
...
57-
"language_model": <language model of your preference>, //"official_chatgpt" or "gpt3"
58-
"openai_api_key": <your OpenAI API key>
57+
"language_model": "official_chatgpt",
58+
"openai_api_key": "<your OpenAI API key>"
5959
}
6060
```
6161

62-
Here, you can specify the language model of your preference, such as "official_chatgpt" or "gpt3", and add your OpenAI API key. This will enable AiShell to use the specified language model and API key when executing commands.
62+
Here, you can add your OpenAI API key. This will enable AiShell to use the official chatgpt api and the API key when executing commands.
6363

6464
## Contributions 💬
6565

0 commit comments

Comments
 (0)