-
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
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 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 supporting multiple capabilities (chat, image generation, image editing, audio transcription, realtime)
Added code scripts page with Python editor supporting source and test scripts management
Enhanced knowledge base search with exact search option and elapsed time tracking
Updated LLM model filtering to use capability-based approach instead of type-based
Diagram Walkthrough
File Walkthrough
20 files
Refactored LLM config into modular componentsNew chat configuration component with reasoning supportNew image generation configuration componentNew image editing configuration componentNew audio transcription configuration componentNew realtime configuration componentNew code scripts page with Python editorUpdated tab label from Config to ConfigsAdded exact search and elapsed time trackingAdded exact search and elapsed time trackingUpdated LLM config filter parameter structureAdded agent code script types and LLM model capabilitiesAdded agent code script types and LLM config propertiesUpdated LLM config filter and model setting typesAdded vector search parameter type for exact searchAdded agent code scripts API functionsUpdated LLM config filter parameter handlingAdded agent code script endpointsAdded styles for config and code editor containersAdded code scripts endpoint to skip loader regex1 files
Minor code cleanup and formatting2 files
Added code scripts route to prerender listAdded CodeMirror dependencies to optimization config1 files
Added CodeMirror and svelte-codemirror-editor dependencies1 files