-
Notifications
You must be signed in to change notification settings - Fork 11
Add support for additional Transcription and Summarization models #8
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
base: main
Are you sure you want to change the base?
Conversation
- Update Anthropic API request format to ensure JSON response parsing - Improve error handling for AI response processing - Add dynamic ffmpeg path detection for media clip generation - Refactor content generation and topic extraction prompts - Implement more resilient JSON parsing for AI responses - Add error logging and exception handling for API interactions
…rization/clip generation into modular services to support additional models
…ing for openAI migrate
- Move OpenAI client initialization inside the method to avoid global state - Improve method formatting for better readability - Ensure client is created with each API call for more flexible configuration
…r support - Refactor transcription models to support multiple Replicate models (WhisperX and incredibly-fast-whisper) - Add a base Replicate model class with common API request and polling functionality - Implement LocalWhisperTranscriptionModel for local transcription processing - Update config-example.yaml to support multiple Replicate model versions and local Whisper configuration - Improve model selection and initialization in get_transcription_model factory function
|
I've added and tested markdown, pdf and docx requirements. As I'm unable to test localwhisper integration on my current rig, I've removed the LocalWhisper class as it is now outside of the scope of this PR. I would consider this RFR at this point, but still open to guidance and direction as necessary. |
- Implement runtime configuration options for transcription, summarization, and export formats - Add new `/config` endpoint to dynamically fetch and update configuration - Create `ConfigOptions.svelte` component for frontend configuration UI - Enhance server-side config handling with runtime config merging - Improve error handling and logging in exporters and config management - Fix export options not being loaded
…quest #1 from silas-pusateri/frontend Add configuration panel to the webUI, utilizing dynamic runtime configuration
|
Added a config panel to the webUI which dynamically overrides config.yaml and generates a runtime config. Have also completed additional testing and caught some issues that were present with newly introduced export formats. These are the last commits that will be pushed until after I receive feedback from the review. Cheers! |
|
@CodiumAI-Agent /review |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
|
@CodiumAI-Agent /describe |
In this PR I hope to update this repository and complete the project roadmap by adding support for additional models(incredibly-fast-whisper, locally hosted whisper) as well as additional export options (markdown, pdf, docx).
This included several pieces of work:
I've focused on a few core things:
There are several things still to be done before I would consider this ready to merge:
As there are several things that still need to be done, I've opened this PR as a draft in order to hopefully get some feedback as I continue to work this week. As this is my first public PR, I'm open to suggestions as far as the direction of the work and how it fits into the vision of the project as a whole. Thanks!