-
-
Notifications
You must be signed in to change notification settings - Fork 582
Features/refine llm configs #1202
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: master
Are you sure you want to change the base?
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
Replace
LlmConfigOptions
with newLlmConfigFilter
for flexible model filteringIntroduce
LlmModelCapability
enum replacingImageGeneration
boolean propertyAdd
Capabilities
list toLlmModelSetting
for granular capability trackingExtend
LlmModelType
enum withAll
andWeb
typesUpdate configuration files with model capabilities metadata
Refactor method signatures to use capabilities instead of boolean flags
Diagram Walkthrough
File Walkthrough
7 files
New filter class for LLM configuration queries
Update interface with new filter and capabilities parameters
Remove deprecated LlmConfigOptions class
Add capabilities list and remove ImageGeneration property
Refactor method signatures and replace imageGenerate with capabilities
Implement new filter logic and capabilities-based filtering
Update API endpoints to use new filter and model type parameters
1 files
Simplify boolean comparison syntax
1 files
Add capabilities metadata to all model configurations