I really want to thank you. you are the best react teacher out there in youtube. your videos helped me a lot to learn react and this video helped me to build my own chatbot as i was struggling with the data fetching part. Thanks a lot
I believe a small tweak is needed in the code that is shown at the end and on GitHub. I believe checking the referrer happens in production but then never reaches the "try" in the next else clause. To fix, I believe the "try-catch" block just needs to be moved out of the last else clause and that last else clause can be deleted.
Great Video, and great explanations. the software development world needs people like you to teach. there were many different ways to go about it but by far this was my favorite way. 👍❤
I have a problem. I already follow everything and deploy it on vercel. It works but when I type the CHATGPT wont reply I look into the error on console. it says "response : code : "ERR_BAD_REQUEST" config : {transitional: {…}, adapter: Array(2), transformRequest: Array(1), transformResponse: Array(1), timeout: 0, …} message : "Request failed with status code 401" name : "AxiosError" "{\"message\":\"Unauthorized\"}"
I cant use the API keys, says "Not enough Quota" tho i've never used any of my API keys. What can be the solution? I tired searching everywhere, no luck
Thankyou so much for your tutorial, great explanation! And I also wondering if you could make tutorial about openai API with assistant and thread. I've been following few tutorial about that but I dont understand any :(
I really like your UA-cam channel, your teaching skills are phenomenal and as a woman i also love seeing women in this industry but until now i wasn't able to follow your projects due to the fact that you use Bootstrap a lot and im more familiar with Tailwind css which i think is the best css framework. I will definitely try this one !
can someone help me out ? the chatbot isnt responding on localhost, i think it might be bcuz of the api key bcuz when i check on openai it says the last used of my api key is never, but im not really sure
Hi myError this once: "error": { "message": "You exceeded your current quota, please check your plan and billing details.", "type": "insufficient_quota", "param": null, "code": "insufficient_quota" }
I really want to thank you. you are the best react teacher out there in youtube. your videos helped me a lot to learn react and this video helped me to build my own chatbot as i was struggling with the data fetching part. Thanks a lot
I believe a small tweak is needed in the code that is shown at the end and on GitHub. I believe checking the referrer happens in production but then never reaches the "try" in the next else clause. To fix, I believe the "try-catch" block just needs to be moved out of the last else clause and that last else clause can be deleted.
Great Video, and great explanations. the software development world needs people like you to teach. there were many different ways to go about it but by far this was my favorite way. 👍❤
Thanks for the great tutorial! The latest version of ChatGPT is so powerful and there's a lot that can be done.
Glad it was helpful! Totally agree, and looking forward to see some amazing projects come out of it!
I uploaded my project to Vercel, but when I send a message to the chat, it does not respond. When I open it on localhost it responds.
if the response takes longer than 5 seconds it would'nt respond. It's a limitation on vercel hobby plan.
I have a problem. I already follow everything and deploy it on vercel. It works but when I type the CHATGPT wont reply I look into the error on console.
it says "response
:
code
:
"ERR_BAD_REQUEST"
config
:
{transitional: {…}, adapter: Array(2), transformRequest: Array(1), transformResponse: Array(1), timeout: 0, …}
message
:
"Request failed with status code 401"
name
:
"AxiosError"
"{\"message\":\"Unauthorized\"}"
same i cant get anything back bc it says limit exceeded but i have the free trial and lots of unused credits. havent even used it
@@makennamartin7654 the trial expires after a month or so, you need to add billing information and cc to get the tokens for this request
So Coool. Really like it. I am gonna try it and will add more features to it to add this to my portfolio. Thanks for the Tutorial.
Nice! Looking forward to seeing how it turns out!
I like all your content, you are the best woman teaching programming
Thanks for this tutorial. You explained everything well. I was able to integrate the API successfully on my project.
wohoo nice! thanks for checking it out!
How i tried limit 5 it.still shows too many requests
Can you make a video how we can make not we ask questions from open AI, but open AI can ask from user? thank you
Are you on X or LinkedIn? Cant find you.
Also gettting the "that model does not exist error for gpt-4! Got the invite, but why can't we use it?
I think they still don't have an option for this api:( it's weird some docs have it listed but than it doesn't work
I cant use the API keys, says "Not enough Quota" tho i've never used any of my API keys.
What can be the solution? I tired searching everywhere, no luck
Thankyou so much for your tutorial, great explanation!
And I also wondering if you could make tutorial about openai API with assistant and thread. I've been following few tutorial about that but I dont understand any :(
I really like your UA-cam channel, your teaching skills are phenomenal and as a woman i also love seeing women in this industry but until now i wasn't able to follow your projects due to the fact that you use Bootstrap a lot and im more familiar with Tailwind css which i think is the best css framework. I will definitely try this one !
Thank you!! Yess would love to see more women in the industry. As for the bootstrap I have moved away from it slowly:)
Nice tutorial, are you georgian nationality by any chance? ❤
Great Video, and great explanations
Plz Projects on React Js with redux toolkit and tailwind css
How to stream the response?
Please make some nextjs projects with redux toolkit and nextauth
can someone help me out ? the chatbot isnt responding on localhost, i think it might be bcuz of the api key bcuz when i check on openai it says the last used of my api key is never, but im not really sure
Same problem with me. Did you resolve it by any chance?
Thanks
Can you give me the OpenAI key? Because I'm using my key and it's showing a 429 Too Many Requests error
Same for me
Plz make a video mern stack
have you checked out this one? ua-cam.com/video/h3acgwLvUWg/v-deo.html
I do have more to come and thank you for the suggestion!
I believe making env variables NEXT_PUBLIC isn't how it should be done since you are leaking sensitive data. Otherwise very good content!
Hi myError this once:
"error": {
"message": "You exceeded your current quota, please check your plan and billing details.",
"type": "insufficient_quota",
"param": null,
"code": "insufficient_quota"
}
hi i tried to send request but it give me this error.... AxiosError: Request failed with status code 429
You may have exhausted the free tier, create new account and try