fix: Enhance model management and transcription provider setup#292
Open
0xrushi wants to merge 2 commits intoSimpleOpenSoftware:devfrom
Open
fix: Enhance model management and transcription provider setup#2920xrushi wants to merge 2 commits intoSimpleOpenSoftware:devfrom
0xrushi wants to merge 2 commits intoSimpleOpenSoftware:devfrom
Conversation
- Added `add_or_update_model` method in `ConfigManager` to facilitate adding or updating models in the configuration. - Updated `ChronicleSetup` to support a new OpenAI-Compatible transcription provider, allowing users to configure custom endpoints and API keys. - Enhanced user prompts for API base URL and model name during setup, improving the configuration experience. - Introduced unit tests for the new model management functionality and transcription provider setup, ensuring robust validation of the changes. - Improved Docker configurations for ASR services, including support for customizable CUDA versions and DNS settings.
Contributor
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…URL configuration
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.
add_or_update_modelmethod inConfigManagerto facilitate adding or updating models in the configuration.ChronicleSetupto support a new OpenAI-Compatible transcription provider, allowing users to configure custom endpoints and API keys.