Update README.md

This commit is contained in:
Seva 2023-05-30 10:47:28 -04:00 committed by GitHub
parent 143e1de808
commit a0e163f07b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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