https://github.com/dipeshdimi/gemini-chatbot
https://github.com/dipeshdimi/gemini-chatbot
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dipeshdimi/gemini-chatbot
- Owner: dipeshdimi
- Created: 2025-02-16T15:26:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-16T16:00:14.000Z (over 1 year ago)
- Last Synced: 2025-02-16T16:37:20.407Z (over 1 year ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GEMINI CHATBOT
1. To run this application, set the .env file with the following keys :-
```
GEMINI_API_KEY=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GOOGLE_REDIRECT_URI=http://localhost:3000/auth/google/callback
PORT=3000
```
2. Install dependencies with
```
npm i
```
3. Run the app:
```
npm start
```



