Merged
Conversation
…cks on small models
Contributor
Author
|
This pull request introduces OpenHosta v3.0.0, which includes major documentation updates, improved installation instructions, and new example/test files for upcoming features. The main focus is on clarifying usage, expanding support for local and remote LLM models, and preparing for future agent and image processing functionalities. Most changes are centered around documentation (in Documentation and Usage Improvements
Changelog Updates
New Example and Test Files for Next Features
|
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This pull request introduces major documentation and feature updates for OpenHosta as part of the v3.0.0 release, with a focus on improved clarity, expanded installation instructions, and the addition of experimental features for future development. The most significant changes include a complete overhaul of the
README.mdanddocs/installation.mdto better guide users, updates to the changelog for model naming consistency, and the addition of anextdirectory containing prototypes for image handling and agent support.Documentation Overhaul
README.mdhas been rewritten to provide clearer usage instructions, updated examples (including semantic tests and AI-powered function emulation), and simplified installation guidance, with improved explanations of local and remote model setup. [1] [2] [3]docs/installation.mdhas been extensively revised to clarify installation via pip, detail additional dependencies for advanced features, explain API key and local model configuration, and provide troubleshooting tips. [1] [2]Changelog and Model Naming Consistency
CHANGELOG.mdentries have been updated to consistently useOpenAICompatibleModelinstead ofModel, reflecting changes in class naming throughout the project. This affects feature, fix, and documentation notes for recent versions. [1] [2] [3] [4] [5] [6]Experimental Features for Next Release
nextdirectory containing prototypes for future features:ImgPipeline.py: Demonstrates image input handling and document classification using AI, with notes on model limitations and inspection utilities.agents.py: Provides a sample smart home agent implementation, illustrating planned support for tool usage and context passing to LLMs.README.md: Introduces the purpose of thenextfolder for upcoming features.General Improvements
These changes collectively improve the onboarding experience, clarify advanced usage scenarios, and lay the groundwork for new capabilities in OpenHosta.