From 143e1de8083d1b8bf89967dc418a0d2120e99a11 Mon Sep 17 00:00:00 2001 From: Seva <50382291+SevaSk@users.noreply.github.com> Date: Tue, 30 May 2023 10:38:46 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d04cb7..30302ba 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ 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: ``` - echo 'OPENAI_API_KEY = "API KEY"' > keys.py + echo OPENAI_API_KEY = "API KEY" > keys.py ``` Replace `API KEY` with your actual OpenAI API key.