fix: webpage content reader issue and added some docs! #64
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.
Remove Release Workflow and Update Chat Demo
Remove the GitHub Actions workflow for creating releases and update the chat demo component.
.github/workflows/release.yml
file that was responsible for automatically creating releases.EnhancedChatInterface
component in the chat demo to add a new model option.1.0.19
to1.0.20
.HTMLCleaner
utility class.IndexedDBStorage
implementation to use a configurable store name.phonemize
andvoices
utility functions.These changes remove the automated release process and make some minor improvements to the chat demo and underlying utilities. The removal of the release workflow may require manual intervention for future releases.
Original Description
# Enhance Chat Interface and Database Improvements**
Improve the chat interface and enhance the database functionality in the project.
**
These changes enhance the user experience by providing more model options, improve the reliability and flexibility of the database functionality, and enable better handling of HTML content in the application.
Original Description
None