Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SevaSk authored May 30, 2023
1 parent 66da757 commit 143e1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 143e1de

Please sign in to comment.