pip install -r requirements.txt
auth.py
file and add:
auth_token = "YOUR_AUTH_TOKEN"
Create, Copy & Replace the API Key from OpenAI website under ‘User the Setting > View API Keys’. The ‘auth.py’ file would look like this: auth_token = "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"
app.mainloop()
python app.py
or
python3 app.py