-
-
Notifications
You must be signed in to change notification settings - Fork 582
Features/refine model settings #1167
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
Features/refine model settings #1167
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||||||||||
PR Type
Enhancement
Description
Add audio transcription settings to LLM model configuration
Refactor audio handler with improved provider/model selection
Restructure excel handler with unified database service interface
Remove unused interfaces and consolidate database implementations
Diagram Walkthrough
File Walkthrough
20 files
Add audio transcription settings structureRemove old audio handler functionAdd new audio reading functionExpand audio handler settings structureAdd missing global using statementsSimplify dependency injection registrationRefactor excel reading with unified serviceRemove MySQL helper interfaceRemove MySQL helper implementationRemove SQLite helper interfaceRemove SQLite helper implementationSimplify database service interfaceRemove MySQL specific service interfaceRemove SQLite specific service interfaceRefactor MySQL service with direct connectionRefactor SQLite service with direct connectionAdd database provider configurationAdd missing global using statementsRemove unused image variation settingsEnhance transcription options with model settings3 files
Add ExcelHandler project to solutionAdd ExcelHandler project referenceAdd audio and excel handler configurations