From 1b99e75de21298ba7bfb5c0552205f6fc5af39e3 Mon Sep 17 00:00:00 2001 From: Max P Date: Mon, 19 Aug 2024 16:32:15 +0200 Subject: [PATCH] Update README with correct repo URL and config examples - Update repository URL in clone instructions - Modify example keyword configuration from `KAI` to `custom` --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d760783..94e4933 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This script uses the OpenAI API to generate text based on the outputs of `git di Clone the repository and navigate to the directory: ```bash -git clone https://github.com/your-repository.git +git clone https://github.com/PxaMMaxP/ait cd your-repository ``` @@ -55,10 +55,10 @@ python ait.py --config custom_config.json Alternatively, if you only provide a keyword, the script will look for a file named `ait..config.json` in the current directory: ```bash -python ait.py --config KAI +python ait.py --config custom ``` -This command will look for a configuration file named `ait.KAI.config`. +This command will look for a configuration file named `ait.custom.config`. ### Command-Line Options