-
Notifications
You must be signed in to change notification settings - Fork 0
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
0.1.0 #14
Merged
Merged
0.1.0 #14
Conversation
This file contains 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
* Refactor code into Python package with setup.py Update config handling to use `ovos-config` and match other Diana services Update README.md Add GitHub automation * Add license including setup.py and file headers Update relative imports to use absolute paths
* Update config handling to use envvars instead of FS overlay * Update dependencies to stable versions
* Install llm-core * Use core in RMQ * Use config.py as core duplicate * Use core in model * Updated diana config * Updated readme * Fix embeddings output type * Fix model variable duplicate * Added num_parallel_processes parameter * Fix Dict type def * Init all abstract methods * Fix _score call * chatgpt -> chat_gpt * Use pass instead of None
* Updated requirements * Added persona to llm * Removed num_parallel_processes from LLM class
* Minor logging and formatting changes Add default `llm_bots` configuration to Docker Implement persona support from NeonGeckoCom/neon-llm-core#3 * Update neon-llm-core dependency for chatbot support Update default configuration and document llm bots * Resolve license test failures --------- Co-authored-by: Daniel McKnight <daniel@neon.ai>
Update logging init and Docker config Update Dockerfile to new syntax for envvars
…AT_PersonaUpdateEvents
* Update invalid model/persona handling to log errors and choose a newer release of the requested model if available Add logging and type annotations to debug behavior * Update neon-llm-core dependency spec
* Fix error logs to properly include request and resolved names * Fix nested quotes
… URL in raised exceptions (#12) Wrap `ask` in try/except to prevent uncaught exceptions
* Update neon-llm-core dependency to stable version * Whitelist `RapidFuzz` package in license tests as it carries an MIT license https://pypi.org/project/RapidFuzz/
17 tasks
NeonBohdan
approved these changes
Mar 5, 2025
NeonDaniel
approved these changes
Mar 5, 2025
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.
Changelog
0.0.2a21 (2025-03-04)
Full Changelog
Merged pull requests:
0.0.2a20 (2025-02-25)
Full Changelog
Merged pull requests:
0.0.2a19 (2025-02-24)
Full Changelog
Merged pull requests:
0.0.2a18 (2025-02-05)
Full Changelog
Merged pull requests:
0.0.2a17 (2025-02-05)
Full Changelog
Merged pull requests:
0.0.2a16 (2025-02-04)
Full Changelog
Merged pull requests:
0.0.2a15 (2025-02-01)
Full Changelog
0.0.2a14 (2025-01-22)
Full Changelog
Merged pull requests:
0.0.2a13 (2025-01-20)
Full Changelog
Merged pull requests:
0.0.2a12 (2025-01-14)
Full Changelog
Merged pull requests:
0.0.2a11 (2025-01-02)
Full Changelog
Merged pull requests:
0.0.2a9 (2024-12-29)
Full Changelog
Merged pull requests:
0.0.2a8 (2024-12-14)
Full Changelog
Merged pull requests:
0.0.2a7 (2024-10-28)
Full Changelog
Merged pull requests:
* This Changelog was automatically generated by github_changelog_generator