Closed ak2digi closed 1 year ago
I've updated the README so the command is now
python -c "with open('keys.py', 'w', encoding='utf-8') as f: f.write('OPENAI_API_KEY=\"API KEY\"')"
try deleting the keys.py file and trying this command
Or you could create a file named keys.py and copy paste OPENAI_API_KEY = "YOUR_KEY" and save the old fashion way
Perfect, it works fine!