add-model-descriptions
Installation
SKILL.md
Add Model Descriptions
Add descriptions for new models available in the HuggingFace router to chat-ui's prod.yaml and dev.yaml.
Workflow
-
Fetch models from router
WebFetch https://router.huggingface.co/v1/modelsExtract all model IDs from the response.
-
Read current configuration
- Read
chart/env/prod.yaml - Extract model IDs from the
MODELSJSON array inenvVars
- Read