This repository was archived by the owner on Apr 12, 2026. It is now read-only.
Add: Download conversation history button#101
Merged
Conversation
Added a placeholder function to test the chat history interaction.
Refactored the code to store the formatted conversation history in a variable before passing it to the download button. This change ensures consistency and readability across different parts of the application.
Refactored the conversation history formatting in `save_conversation_history` utility function to use object attributes instead of dictionary keys.
Moved up the button in the UI to allow users to clear the conversation history. This feature provides users with the ability to reset the chat history, enhancing user experience and interaction with the application.
Removed redundant code that forced the printing of Gemini-Pro's response in RAGbot.py and Curie.py, since Gemini-Pro is no longer offered
… container width to sidebar buttons
Refactored the conversation history download functionality in the pages to use a consistent file naming convention and removed redundant code for clearing message history. This change ensures uniformity and simplifies maintenance.
Updated page titles and timestamps for better clarity and consistency. Adjusted "Chatbot" to "Curie" and "General Use Chatbot" to "General Purpose Chatbot". Also, modified the timestamp format for conversation history download.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.