From a879f6aa7b9972b33e71a60c2040c72a4054d0dc Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Sun, 16 Apr 2023 02:35:22 +0900 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aa78ced..3c0ecab 100644 --- a/README.md +++ b/README.md @@ -49,17 +49,17 @@ By default, `AiShell` is configured to use the reverse-engineered ChatGPT client 1. Create an account on OpenAI. 1. Go to and copy your API key. -1. Modify or create the `~/.aishell_config.json` file as follows: +1. Modify or create the `~/.ygka_openai_config.json` file as follows: ```json { ... - "language_model": , //"official_chatgpt" or "gpt3" - "openai_api_key": + "language_model": "official_chatgpt", + "openai_api_key": "" } ``` -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. +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. ## Contributions 💬