https://github.com/indranilmetiya/springboot-chatbot-filestore
This is a integration of Springboot with google gemini chatBot and store all chats on file
https://github.com/indranilmetiya/springboot-chatbot-filestore
filesystem gemini-api integration restclient springboot3
Last synced: about 1 year ago
JSON representation
This is a integration of Springboot with google gemini chatBot and store all chats on file
- Host: GitHub
- URL: https://github.com/indranilmetiya/springboot-chatbot-filestore
- Owner: IndranilMetiya
- Created: 2024-06-29T09:13:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T13:22:39.000Z (over 1 year ago)
- Last Synced: 2025-02-04T22:13:58.246Z (over 1 year ago)
- Topics: filesystem, gemini-api, integration, restclient, springboot3
- Language: Java
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# springboot-chatBot-fileStore
This is a integration of Springboot with google gemini chatBot and store all chats on file
curl \
-H 'Content-Type: application/json' \
-d '{"contents":[{"parts":[{"text":"How to learn Springboot"}]}]}' \
-X POST 'https://generativelanguage.googleapis.com/v1beta/models/gemini-1.5-flash-latest:generateContent?key='
In this project we can request anything and get response by integrating google gemini which is a free tool, and also implemented filter as well as store all the chat with respect to each session in files in txt with custom name.