Activity
Update delete chat history route for consistency
Update delete chat history route for consistency
Refactor chat route names for consistency and clarity
Refactor chat route names for consistency and clarity
Update README.md to reflect project description and technology stack
Update README.md to reflect project description and technology stack
Add project stack section to README.md with technology badges
Add project stack section to README.md with technology badges
Update README.md to enhance installation instructions and add trouble…
Update README.md to enhance installation instructions and add trouble…
Update ChatDemo component styles for improved layout and user indication
Update ChatDemo component styles for improved layout and user indication
Increase the number of messages retrieved in MessageController from 1…
Increase the number of messages retrieved in MessageController from 1…
Refactor MessageController to streamline message retrieval and format…
Refactor MessageController to streamline message retrieval and format…
Replace Remarkable with Showdown for markdown processing and update d…
Replace Remarkable with Showdown for markdown processing and update d…
Remove remarkable dependency and add markdown-it for improved markdow…
Remove remarkable dependency and add markdown-it for improved markdow…
Refactor Messages component to utilize Message component for renderin…
Refactor Messages component to utilize Message component for renderin…
Add marked library as a dependency for improved markdown processing
Add marked library as a dependency for improved markdown processing
Add Gemini API configuration; refactor user and message models for im…
Add Gemini API configuration; refactor user and message models for im…
Refactor Chat component to use messages and user props; add Messages …
Refactor Chat component to use messages and user props; add Messages …
Refactor migration files to use bigIncrements for primary keys
Refactor migration files to use bigIncrements for primary keys
Replace prop-types with react-hook-form in package.json and package-l…
Replace prop-types with react-hook-form in package.json and package-l…
Add chats relationship to User model and refactor method syntax
Add chats relationship to User model and refactor method syntax
Remove unused Chat link from AuthenticatedLayout component
Remove unused Chat link from AuthenticatedLayout component
Designed the new homepage for chatbot
Designed the new homepage for chatbot
Refactor components to use consistent double quotes for string litera…
Refactor components to use consistent double quotes for string litera…
Refactor authentication flow to redirect users to the chat page inste…
Refactor authentication flow to redirect users to the chat page inste…
Add initial project structure with configuration files, components, a…
Add initial project structure with configuration files, components, a…
Remove unused environment configuration and dependencies
Remove unused environment configuration and dependencies
Init
Init