From 09f73492a911ab5794a7eebb10bbb38c217b0654 Mon Sep 17 00:00:00 2001 From: Seva <50382291+SevaSk@users.noreply.github.com> Date: Tue, 30 May 2023 21:38:33 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a470a3a..567e87a 100644 --- a/README.md +++ b/README.md @@ -54,16 +54,16 @@ Please ensure that you run these commands in a PowerShell window with administra 4. Create a `keys.py` file in the ecoute directory and add your OpenAI API key: - -Option 1: You can utilize a command on your terminal. Run the following command, ensuring to replace "API KEY" with your actual OpenAI API key: + - Option 1: You can utilize a command on your terminal. Run the following command, ensuring to replace "API KEY" with your actual OpenAI API key: ``` python -c "with open('keys.py', 'w', encoding='utf-8') as f: f.write('OPENAI_API_KEY=\"API KEY\"')" ``` - -Option 2: You can create the keys.py file manually. Open up your text editor of choice and enter the following content: + - Option 2: You can create the keys.py file manually. Open up your text editor of choice and enter the following content: ``` OPENAI_API_KEY="API KEY" ``` - Replace `API KEY` with your actual OpenAI API key. + Replace "API KEY" with your actual OpenAI API key. Save this file as keys.py within the ecoute directory. ### 🎬 Running Ecoute