Baymax.ai is a simple chatbot using the Gemini API to generate responses based on user input.
-
Clone the repository:
git clone https://github.com/akshew/Baymax.git cd Baymax -
Install dependencies:
npm install
-
Add your Gemini API key in
baymax.js.
-
Start the server:
node baymax.js
-
Access the chatbot at
http://localhost:3000.

