mirror of
https://github.com/SevaSk/ecoute.git
synced 2024-12-18 20:27:56 +00:00
Update README.md
This commit is contained in:
parent
2166ae0fb5
commit
418700afde
@ -54,7 +54,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:
|
||||
|
||||
- Option 1: You can utilize a command on your terminal. Run the following command, ensuring to replace "API KEY" with your actual OpenAI API key:
|
||||
- Option 1: You can utilize a command on your command prompt. Run the following command, ensuring to replace "API KEY" with your actual OpenAI API key:
|
||||
|
||||
```
|
||||
python -c "with open('keys.py', 'w', encoding='utf-8') as f: f.write('OPENAI_API_KEY=\"API KEY\"')"
|
||||
|
Loading…
Reference in New Issue
Block a user