Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ChatHistory | Delete Chat | Last Chat | Implementation of Persistant Storage To save Users Chat by Gemini AI For Better Conversation | Issue #233 #266

Merged
merged 7 commits into from
Oct 28, 2024

Conversation

Shariq2003
Copy link
Contributor

fix #233

Enhanced the Gemini AI Chat page by the implementation of the persistent storage to save user chat history. This enables better conversation continuity, allowing users to pick up where they left off in previous sessions.

Features:-

  1. Implement Chat Saving Logic:
  • Added logic to save each message exchange with Gemini AI in real-time or periodically.
  • Ensured chat history is retrieved from storage when the user revisits the page or reload the page.
  1. Manage Chat Continuity:
  • Set up functionality to display the saved chat history upon loading the Gemini AI Chat page.
  • Implement methods to clear chat history if the user wishes to start a new conversation.
bandicam.2024-10-28.03-16-38-983.mp4

Copy link
Contributor

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. 😊

1 similar comment
Copy link
Contributor

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. 😊

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 We’re grateful for your pull request and the effort you put into it!
🔍 A maintainer will review it as soon as possible.
We’ll provide feedback if needed and merge it once approved.
Thanks for being an awesome part of our community! 💪

@rishicds rishicds merged commit e726e7e into GDSC-RCCIIT:main Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implementation of Persistant Storage To save Users Chat by Gemini AI For Better Conversation
2 participants