-
Couldn't load subscription status.
- Fork 58
refine llm configs #394
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?
refine llm configs #394
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||||
PR Type
Enhancement
Description
Refactored LLM configuration into modular components for different capabilities
Split monolithic chat config into separate Chat, Image Generation, Image Edit, Audio Transcription, and Realtime components
Updated API to use capability-based filtering instead of simple type filtering
Enhanced LLM model type and capability enums with new model types and capabilities
Diagram Walkthrough
File Walkthrough
13 files
Refactored to use modular config componentsNew Chat configuration component with provider and model selectionNew Image Generation configuration componentNew Image Edit configuration componentNew Audio Transcription configuration componentNew Realtime configuration componentUpdated tab display text from Config to ConfigsUpdated getLlmConfigs call to use new filter parameterAdded styling for agent config containersExtended LLM model types and added capability enumsAdded image, audio, and realtime config propertiesReplaced LlmConfigOption with LlmConfigFilter and enhanced modelsettingsUpdated getLlmConfigs to use new filter-based API