An open API service indexing awesome lists of open source software.

https://github.com/dipeshdimi/gemini-chatbot


https://github.com/dipeshdimi/gemini-chatbot

Last synced: 6 months ago
JSON representation

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
```

![image](https://github.com/user-attachments/assets/aec9938a-2299-4046-9b4a-c7d87ee0afa5)
![image](https://github.com/user-attachments/assets/e117a434-1c1a-4fab-84e8-5d047bfac138)
![image](https://github.com/user-attachments/assets/e996dcee-7f0d-4048-a850-f40594b43089)
![image](https://github.com/user-attachments/assets/3e804075-8bb1-4be2-bf15-ae8666c8f003)