28 likes
·
488 reads
10 comments
·Mar 30, 2023
Mar 30, 2023
Didn't know it was that easy! Thanks, really feeling more confident :D
3
·
·Mar 31, 2023
Mar 31, 2023
Quick and easy! Thanks for sharing this. :)
1
·
·Mar 31, 2023
Mar 31, 2023
Hi, I'm facing the following issue. Idk why. Kindly help me to fix it. I've done everything as in your blog.
1
·
·3 replies
Author
·Mar 31, 2023
Hey! That message is printed because an exception is caught. Change `except Exception:' to 'except Exception as e:' and print the exception in your terminal to see what the error is.
1
·
·Mar 31, 2023
Mar 31, 2023
Rolo Natt Thanks. It's telling that I've exceeded the API usage limit and telling me upgrade.
1
·
Author
·Mar 31, 2023
Susmita Dey No problem!! Looks like your openai API free quota is over
·
·Apr 13, 2023
Apr 13, 2023
Where to host the python code?
1
·
·1 reply
Author
·Apr 13, 2023
You can host it on AWS, Google cloud, Sparkedhost, Heroku...
·
·Apr 20, 2023
Apr 20, 2023
Thanks for sharing! I am too in love with CHATGPT.
1
·
·Sep 12, 2023
Sep 12, 2023
·