Commander-Lambda-2.0 is an AI chatbot powered by Google's Generative AI API, built with Next.js and TypeScript for a smooth, responsive user experience.
Commander-Lambda-2.0 is developed by a passionate developer who has a wired fascination with programming. BTW, you can reach him at muneem914@gmail.com
First, Clone this project by ->
git clone https://github.com/muneem914/ai_chat_applicaiton.git
Then type ->
cd ai_chat_applicaiton
Then you need to install npm packages. For this type ->
npm install
And then will you be able to run this locally ? Not at all !
Create a .env.local
file in the main project directory. Then use these api keys and model:
NEXT_PUBLIC_LAMBDA_API_KEY=AIzaSyBi4lbMeajByOGh1Z71-UWQSlijvFwB2P8
NEXT_PUBLIC_LAMBDA_MODEL=gemini-2.0-flash-exp
Finally! run ->
npm run dev
Or, if you are lazy like me, don't worry, I am available on Vercel. Check this out: https://commander-lambda.vercel.app/