From e0c72ff24c50609bd6ec07ae8cf35d43253e3b90 Mon Sep 17 00:00:00 2001 From: Seva <50382291+SevaSk@users.noreply.github.com> Date: Fri, 26 May 2023 12:13:42 -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 7dbbd9c..07bd112 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Please ensure that you run these commands in a PowerShell window with administra pip install -r requirements.txt ``` -4. Create a `keys.py` file and add your OpenAI API key: +4. Create a `keys.py` file in the ecoute directory and add your OpenAI API key: ``` echo 'OPENAI_API_KEY = "API KEY"' > keys.py