David Shapiro ~ AI
My Patreon: https://www.patreon.com/daveshap
– Exclusive Discord
– Consultations
– Insider updates
– Support my research, videos, and Open Source work
My Homepage: https://www.daveshap.io/
– All my links
– My books
– Philosophy, etc
sk-[insert]RK7U
I always give up on tutorials, but I made it through this one. VERY EXCITING TIMES.
Hi David,
Love these Beginner Series!
Unless I missed it in the DscrptBx? Discord address? didn't see it…
Really amazing. Thanks so much.
Dude.. thank you so much for this tutorial series. It literally saves me so much time, endless searching and uncomfortable explaining. It's so hard to find good, easy to follow tutorials without much clutter. This is perfect.
You are an amazing teacher!
I have learnt more in this video than I have learnt ever 🤣
hi david. ive been tinkering like crazy and still get the invalid syntax error. any advice? thanks so much for the video btw. feel like im learning a lot
Hey, this might sound stupid but can I copy this for mac or will this damage my os? Thank you for the very elaborate and helpful video!
8:09 100% agree 🙂 Awesome that you still develop it 🙂
Hello Sir, Storing apikey locally is giving error, saying Incorrect key provided. Can u please explain about the format it should be stored
thank you!!!!!!
Thank you for the tutorial
This is fantastic!! Thanks for looking out for the noobs like me. Subscribed
im on linux, i like geany for pretty much the same reasons.
Would this work on pycharm ? Cuz i dont seem to get any output and I get a synthax error from the beginning under install
Thank you so much! 🙂
Hello David,
I found out that there is a function already implemented in the library that reads the API from a file in the system:
openai.api_key_path = "openaiapikey.txt"
Anyways, great tutorial, thank you!
This is amazing, but returned "Invalid header value b" error.
If anyone else runs into it, essentially it's appending a line return to the key (checked a million times, there's no line break, something's adding one)
To fix, add `.strip("n")` to this line, like so:
openai.api_key = open_file('openaiapikey.txt').strip("n")
Thank you for sharing David! Your channel is so underrated 🤔, it's about to encourage the Algo…. with 👍, by the way great contents, got a new sub here 😀
Hi David. Thank you for this video. It has been almost 10 years that I don't code anything. And honestly I was never good at it. With your help and Chat GPT, I was to not just implement it, but also understand it. I also upgrade the function to be able to do follow up questions and save the results in JSON file. Maybe this is nothing for very experience programmers, but I take a win every single day. Thank you for the challenge at the end of the video.
(Apologies for grammar errors – much appreciation from Brasil).
8 Months ago? How?
first video I've seen where someone talks sense without going too deep or going off at tangents – I'll stick with you….
Thank you 🤗
Hey there, when i type "git clone" and paste the link, it returns saying is not a Intern comand. First time using pyton(iam not a programer 😅), have never used before. Plis help 🥰
Hi Dave, Shapiro, I noticed that you’re doing a lot of what I do and that is make statements are relative to you. I know you’re trying to help us. But could you be a little more objective. For example, say how big in gigabytes the downloads are, rather than say it is a quick download. Thanks
it works, thanks.
This is fantastic, thanks! The openai demo is very hard to follow, and makes things overly complex with environments etc.
for cloning it says 'git' is not recognized as an internal or external command,
operable program or batch file. what should i do? 5:52
Thank you so much! I am totallu new in this!
This worked so flawlessly, thanks!! I was learning only through ChatGPT but I missed the little tickbox of adding to path, and you helped me with that. Then I followed the tutorial and it all warked with my "list of purple widely unkown fruits". Thanks!!!
New sub! Thanks for the video!