This repository was archived by the owner on Apr 12, 2026. It is now read-only.
Conversation
- Updated the callback function for selecting a model in utility_funcs.py to provide more informative success and error messages. Removed redundant alerts and added a generic success message for any selected model. Also, improved error handling by logging detailed error messages and displaying more informative error messages to the user.
Bumped the project version from 3.0.2 to 3.0.3 in pyproject.toml to reflect the latest changes and updates made to the FreeStream project.
Formatted code for consistency and fixed linting issues in the freestream pages and utility functions. Removed unnecessary newlines and adjusted function calls to improve readability.
Updated the project overview in the "freestream_Home.py" file to better reflect the purpose of FreeStream, making AI more accessible and understandable. Also, added details about the RAGbot tool, emphasizing its capabilities and usage.
Updated the RAGbot description in the Home.py file to provide a more detailed explanation of its functionality and the method it uses for answer generation. This change aims to improve user understanding of RAGbot's capabilities and workflow.
Added .streamlit/secrets.toml to the .gitignore file to ensure that sensitive configuration information is not inadvertently committed.
Updated the privacy policy links in the README file to include Streamlit's privacy policy. The link for Google AI Studio was removed as no specific privacy policy was found.
Updated the Streamlit configuration file to modify logging settings, client caching, error details display, sidebar navigation, and folder watch blacklist. Also disabled magic commands and enabled usage statistics gathering.
Removed the unused client caching configuration from the Streamlit config file to declutter and improve maintainability. The 'caching' setting was found to be unnecessary and has been removed.
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.
set_llmcallback function