A TypeScript-based chatbot using Google's Generative AI (Gemini).
- Install dependencies:
npm install- Create a
.envfile and add your Gemini API key:
GEMINI_API_KEY=your_api_key_here
- Run the chatbot:
npm run devnpm run build
npm startAI-Chatbot_typescript/
├── src/
│ └── index.ts
├── .env
├── package.json
├── tsconfig.json
└── README.md