He already teaches you making these awesome projects... I literally learned frontend with him, the best methods to learn is creating something to see how it works on practice
Nice project, i have learn a lot of new skills. I have successfully completed this project, and I also try to add more api for deleting chat history and also image from cloud delete if we delete chat history. Nice project ❤❤
bro can you please help me ,my issue is that "my create a new chat- is not working, when i enter a prompt nothing happens but rather it is shown in recent chats"
@@vasuchourasia8021 bro, when you create new chat and enter prompt first chat comes in resent , and then chat history will start at that chat which is in sidebar.
Hi 😊 You can see your DNS records on the domain panel. Click on the "manage" button next to your domain, select "DNS/Nameservers", and add a new record. It should be an "A" record and the address should be the server's ip address
bu arada sadece chatgpt 3.5 kullanarak ücretli uygulamalar yapıyolar ve milyon dolarlar kazanıyolar sadece reklam basarak nasıl yapıyolar anlamıyorum sadece ek bilgi olarak eklemek istedim. Abim videoların çok güzel ingilizcen de çok anlaşılır. Süper gidiyo böyle devam ❤
This looks great! Can you please do a Practo or Preply clone project ? Like building a telehealth/online tutor or doctor booking website with payment/video call and online classroom/video consultations. Thanks!
at 1:34:47 I'm getting error as missing public key, but i have defined public key in .env file but because of '=' at last the editor is considering it as new variable can u help in this.
at 2:37:10, I am getting a Unathenticated error, im not sure why, any help please? : Error: Unauthenticated at file:///C:/AIChat/backend/node_modules/@clerk/clerk-sdk-node/dist/index.mjs:139:12 at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
I encountered the same error, it took me a long time to figure it out If you've worked with clerck before, make sure to copy this project's env variable into env file
at 2:37:00 some people face unauthenticated issue, even when they're logged in.. for me this issue is arising because of the JWT token expiration, I spent a day that my pc clock's time zone is not right.. so that works for me.. if anyone faces same issue then you can try that
hey in this time when i clicked the button for test backend. it shows a lot of erros. my pc time zone is right. what should i do now for fixing this. please help
Also there is this error too: Unexpected Application Error! [GoogleGenerativeAI Error]: First content should be with role 'user', got undefined I dont know if anyone knows why this is happening or there is a way around it
in case some one has this problem, I did this in the const chat = ... and it worked for me: history: data?.history?.length > 0 ? data.history.map(({ role, parts }) => ({ role, parts: parts?.length > 0 && parts[0]?.text ? [{ text: parts[0].text }] : [], })) : [],
Can anyone please tell me the reason "Why the chatpage is firstly showing all the generated text then after few moments some last part of generated text is not there?"
Can I see the file, env of the admin? I coded according to you but the Api is still Unauthenticated even when I download the code from githup, it still happens. Please help me
Hello, thank you for your valuable video. it helps me very much. I have a question. I used imageKit as you told in your video. but when I upload the image I get this error: "Your request contains invalid expire parameter" could you please help me to resolve this?
Sir please build an Crowdfunding app architecture using mern - after analysing entire youtube i am not able to see any such app dev -if you dont mind please build an app for crwd funding were new using after login can add new campign for funding for a project, after adding thir funding value at admin side conformation like step by step architectur
nextJs + Rtk = serverside or client side video please if we dont use rtk how to write code for CRUD in Nextjs for same app if we use rtk how to write code for CRUD in Nextjs for same app what is diffrence how to deal mega app in Nextjs
@@ezevalentine7610 I did not mean to disrespect him nor I did, if he found it revolting he could have deleted it.And yeahh I created multiple projects might be more than you 😶🌫️ and I still learn a lot from lama 💚.
@@ezevalentine7610 I did not mean to disrespect him and I think jokes are not to be taken seriously 😐 but ig people like you just want to fight over trivial matters.
You cant deploy a fullstack like that to vercel, maybe try and deploy the backend to render and then the client to vercel. But render has network latency, because it immediately sleeps your server when you are not using it
This man keeps me in goosebumps whenever he share this massive course for free on YT. I bow down boss. 🔥
Lama Dev the best programming channel in youtube, thank you Bro
Thanks Lama Dev, you are making young Fullstack devs have great projects, this opens more doors for them. Thanks so much sir, we appreciate you
"Hello Friends" the moment i know i gonna learn something new 😁
Great video as always. You should make a full React course from props to hooks. Watched your use reducer tutorial, your teaching method is magic
He already teaches you making these awesome projects... I literally learned frontend with him, the best methods to learn is creating something to see how it works on practice
You are a community hero, For real.
I was actually thinking about when will you drop project again..and boom you did it again... thank you so much
Finally an AI Chat project with React. This is looking great. Thank you so much ❤
My guy is cooking
Bro fr lama the goat 🐐
Let him cook😂😂
can we deploy it on any other sites , which are free ?
@@vishalghule4807 yes
@@vishalghule4807 I was trying on render but problem I faced was clerk api used here is not for production purpose
Still Amazing Lama! Thank you for your quality videos!
looking forward to learning micro frontend with you Single-spa!
Thank you Lama Dev. Always love your videos
Wow that's Great. Thanks for the project
Hey Lama Dev, your tutorials are just amazing! I'd like to suggest you to do more tutorials on building AI enhanced applications.. 🤩
LAMA DEV you are superrrrr amazing sir!
An absolute Legend you are..
thank you for these high quality projects ☺☺
The king is back 👑
This makes me happy, All the best!!
I was waiting for the project
Nice project, i have learn a lot of new skills. I have successfully completed this project, and I also try to add more api for deleting chat history and also image from cloud delete if we delete chat history. Nice project ❤❤
are you having any error?
@@ezevalentine7610 I have done successfully by following tutorial, it work fine
bro can you please help me ,my issue is that "my create a new chat- is not working, when i enter a prompt nothing happens but rather it is shown in recent chats"
@@vasuchourasia8021 bro, when you create new chat and enter prompt first chat comes in resent , and then chat history will start at that chat which is in sidebar.
@@vasuchourasia8021hey I am facing the same issue can you please help me out
Bro literally cooking ❤🎉😂
thanks. do a SaaS project with other features next
thanks a lot for the hosting part.
I was thinking of creating that same and you uploaded the video.😅
It'll help me learn❤
Just started on your last Social Media App project, currently around the 2 hour mark, looks like I gotta pick up the pace !
Thanks for sharing 😀👍 greetings from Colombia.
Lama my Guru, how can i ever thank you
Great tutorial, thanks for sharing.
I learned alot from this video thank you
Did anyone finish this project ?
This is wonderful Lama. Great. At 3:20:05, you mentioned to change the DNS of domain. Where is this changed if the domain is also hosted by Hostinger?
Hi 😊 You can see your DNS records on the domain panel. Click on the "manage" button next to your domain, select "DNS/Nameservers", and add a new record. It should be an "A" record and the address should be the server's ip address
@@LamaDev Thanks Lama. That has worked. I also realized I was using server port in my server environment file instead of the client port.
I am gonna start this project right now 😤😤
Lama Dev is the best🎉🎉❤
Great tutorial thanks a lot for sharing yr expertise.
I got "Error: Authentication request failed: Request failed with status 404 error in part 1:39:35
ask this from gpt
@enginturabk817 can you able to find the solution ?
@@ShauryaRaiValorant bro can able to solve this i try gpt but dont get any solution please help me
Amazing as always.................... expecting a fully functional SAAS(pls pls)
bu arada sadece chatgpt 3.5 kullanarak ücretli uygulamalar yapıyolar ve milyon dolarlar kazanıyolar sadece reklam basarak nasıl yapıyolar anlamıyorum sadece ek bilgi olarak eklemek istedim. Abim videoların çok güzel ingilizcen de çok anlaşılır. Süper gidiyo böyle devam ❤
great stuff lama :). Any ETA on the course?
Lama dev youre the goat 🐐
2:00:40 build an AI and then use that AI to help you build an AI. classic!
OMG!!! This guy is Legend 💪
This looks great! Can you please do a Practo or Preply clone project ? Like building a telehealth/online tutor or doctor booking website with payment/video call and online classroom/video consultations. Thanks!
Good day greetings 🎉
Can you please make a video on an inventory management system…thanks a lot for this one
at 1:34:47 I'm getting error as missing public key, but i have defined public key in .env file but because of '=' at last the editor is considering it as new variable can u help in this.
Try having it in the root of your project directory, same level as “package.json” (not inside the src directory).
rename the .env file to .env.local worked forme
directly copy paste the keys man
hi, may i ask why your scroll bar is different from mine, yours are way more elegant...
at 2:37:10, I am getting a Unathenticated error, im not sure why, any help please? : Error: Unauthenticated
at file:///C:/AIChat/backend/node_modules/@clerk/clerk-sdk-node/dist/index.mjs:139:12
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
I encountered the same error, it took me a long time to figure it out
If you've worked with clerck before, make sure to copy this project's env variable into env file
@@dextergrimes502 bo can u elaborate a little much
We love you man
how to deploy this project on free hosting website like render
do a user managment system next!
I want to know what did you add that help you to write your CSS as you are using scss. ❤
Is there a particular reason this project opted not to use Tailwind CSS for styling?
at 2:37:00 some people face unauthenticated issue, even when they're logged in.. for me this issue is arising because of the JWT token expiration, I spent a day that my pc clock's time zone is not right.. so that works for me.. if anyone faces same issue then you can try that
hey in this time when i clicked the button for test backend. it shows a lot of erros. my pc time zone is right. what should i do now for fixing this. please help
is there any alternatives for using clerk in production mode without a custom domain
i really like this tutorial thanks for the good work, but please Mr lamadev i want to ask whether we can use prisma with hostinger mysql database.
Can I use llama ??
I want to build the Local Ai not online or not internet connection..
Please reply....
Kindly reply.
And Explain how
I have windows and I also use WSL (windows subsystem Linux)...
why are u using imagekit whhhy cant we just keept it in the database and fetch them??
Document managent, CRM or tool for SEO. That projects very interesting for you to make 😊😊😊😊
Nice one Lama
Could you do a fullstack Next.js with firebase build
Also there is this error too:
Unexpected Application Error!
[GoogleGenerativeAI Error]: First content should be with role 'user', got undefined
I dont know if anyone knows why this is happening or there is a way around it
I also have this error, do you know which file this is coming from?
@@alexanderpayes2781 bro its from NewPrompt.jsx file
in case some one has this problem, I did this in the const chat = ... and it worked for me:
history: data?.history?.length > 0
? data.history.map(({ role, parts }) => ({
role,
parts: parts?.length > 0 && parts[0]?.text ? [{ text: parts[0].text }] : [],
}))
: [],
@@alexanderpayes2781 where to implement which file
@@alexanderpayes2781 bro, it worked, but i curious about what happened to the bracked that were covering the statement
Thank you. Create a travel web project to share beautiful place in the world.
can i deploy it on vercel
Of course! I usually host it with docker + coolify for free though. Good combo.
I just finished hosting the blog app with next js and prisma 😂
how to run the complete git hub chatgpt clone while runing the npm i in client folder it is giving error
Can anyone please tell me the reason "Why the chatpage is firstly showing all the generated text then after few moments some last part of generated text is not there?"
is it possible to deploy for .net api,SQL in the same Hostinger in that price
Can I see the file, env of the admin? I coded according to you but the Api is still Unauthenticated
even when I download the code from githup, it still happens. Please help me
@lamaDev Is there any way to deploy the application without changing the URL, I don't have my own domain.
I wanna learn react native on this channel
Can this project be achived using next.js and not using express sir ?
Thank you❤
how i can find your image i am making a project but i face issue of images plz tell me how i solve this issue for your images
Is it possible to make a web application to generate 2d animation
Hello Lama dev can you make video about featured sliced design
Hi teacher. Why don't you make a CRM project by using headless CMS? I thinks it very usefull nowday.
Hello, thank you for your valuable video. it helps me very much. I have a question. I used imageKit as you told in your video. but when I upload the image I get this error: "Your request contains invalid expire parameter" could you please help me to resolve this?
Hi Lama dev, can i create this project and add it in my resume as a 2.9year experienced developer for my job change.
Sir please build an Crowdfunding app architecture using mern - after analysing entire youtube i am not able to see any such app dev -if you dont mind please build an app for crwd funding were new using after login can add new campign for funding for a project, after adding thir funding value at admin side conformation like step by step architectur
is this beginner friendly?
pls someone tell
are there any free deployment services rather than of paid one
Did u find any
sir is m0 free cluster no more available?? mine is not showing.please reply asap
make a new project named as you wish, then you will get option of creating cluster. click on that and it will show you m0 sandbox
nextJs + Rtk = serverside or client side video please
if we dont use rtk how to write code for CRUD in Nextjs for same app
if we use rtk how to write code for CRUD in Nextjs for same app
what is diffrence how to deal mega app in Nextjs
hai lama so many AI tools are generating figma design to REact code why should i learn all these now what devloper should do
yeah, you are right. Eat five-star and do nothing.
You have to fine tuning.
Can you start react native tutorial 🙏🙏
sir clerk middleware is updated ,and it is giving me an invalid publishable key ,please help
I am the same I am getting unathenticated, did you find a fix?
@@Yooin22 no ,struggled for a day and couldn't able to fix
@@viraj1228did you get the same error when you tried to sign in for unauthenticated?
@@Yooin22 s ,same unauthenticated error
@@viraj1228 weird… I wonder if Lama will reply
also upload .env-example file for both backend and cilent
Can you do it with llama ai 😅
lol you built chatgpt clone with Gemini api 😂
so what did you build, or just there to laugh at peoples?
@@ezevalentine7610 I did not mean to disrespect him nor I did, if he found it revolting he could have deleted it.And yeahh I created multiple projects might be more than you 😶🌫️ and I still learn a lot from lama 💚.
@@ezevalentine7610 I did not mean to disrespect him and I think jokes are not to be taken seriously 😐 but ig people like you just want to fight over trivial matters.
Is this website responsive?
It's not totally responsive. When I tried to put it in the phone screen size, I found a blank on the right side XD
can anyone help me run the complete version please😢
Thanks for the project👍
Api is free? Without single rupees?
yes
Chatgpt does not providing free api😂@@harshrana3012
22:00
can you please show us how to deploy for free fiverr website which you have created and make it responsive
its responsive ? anyone have idea
no,
i dont think so
gemini AI free?
Where to deploy this for free ? 😅
I think vercel would work innit?
@@Shimwaposter Yes i just deployed the blog app to it but in 7 days i got 99 errors 😂
@@M_code_H authentication and cookies are problem when deployed free
You cant deploy a fullstack like that to vercel, maybe try and deploy the backend to render and then the client to vercel. But render has network latency, because it immediately sleeps your server when you are not using it
Can you share the figma design ao we can give it a try by our selfs.
Thanks ❤
did you completed the project? does the code works properly?
@@chphanisimha7802 yes its working like in the tutorial
@@ismailbaarka8740 thanks, are there any free deployment services
So do I have to pay for the server hosting service to be able to continue this project ?
Your create job find website
Why are you still using javascript and not typescript?