Update README.md

This commit is contained in:
Seva 2023-05-26 12:13:42 -04:00 committed by GitHub
parent 392235ec29
commit e0c72ff24c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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