-
Notifications
You must be signed in to change notification settings - Fork 125
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
refactor llm info #961
refactor llm info #961
Conversation
LGTM 🚀 Changes look good! The change from
|
Investigator report
|
Move LLMs inormation to own file
Pull Request Description
Key Changes
🔧 Dependency Updates:
package.json
files, including@astrojs/starlight
,astro
,@inquirer/prompts
,@huggingface/transformers
, andesbuild
, among others, to newer versions for improved stability and features.🆕 Model Aliases Enhancements:
llms.json
and across CLI commands, enabling flexible alias-based model selection for large, small, vision, and reasoning models.info models alias
CLI command to display model alias mappings.🛠️ CLI Improvements:
run
,test
, etc.) with additional model provider options and streamlined alias handling.modealias.ts
withmodelalias.ts
).📚 Documentation Updates:
mistal
→mistral
).llms.json
to includealiases
and updated documentation to reflect new alias capabilities.🧩 Feature Additions:
judgeClassify
utility in the sample project for task classification based on predefined categories, showcasing advanced prompt usage.⚙️ Code Refactoring:
defaultModelConfigurations
) for consistency across runtime environments.🧪 Testing Enhancements:
🚀 Performance Improvements:
Summary
This PR introduces significant improvements to dependency management, CLI functionality, and model alias support, while enhancing documentation and testing. These changes streamline workflows, improve maintainability, and provide a more robust developer experience. 🚀