Skip to content

samritmukherjee/Langchain-ChatBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Chatbot TypeScript

A TypeScript-based chatbot using Google's Generative AI (Gemini).

Setup

  1. Install dependencies:
npm install
  1. Create a .env file and add your Gemini API key:
GEMINI_API_KEY=your_api_key_here
  1. Run the chatbot:
npm run dev

Build for Production

npm run build
npm start

Project Structure

AI-Chatbot_typescript/
├── src/
│   └── index.ts
├── .env
├── package.json
├── tsconfig.json
└── README.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors