GraziePrego commited on
Commit
699f9bb
·
verified ·
1 Parent(s): e2e530f

Upload plugins/_model_config/plugin.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. plugins/_model_config/plugin.yaml +9 -3
plugins/_model_config/plugin.yaml CHANGED
@@ -1,3 +1,9 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a3ed273d5220ac33fc79ae12a3178305e63c1098b47f7129238d1237efdc43ac
3
- size 345
 
 
 
 
 
 
 
1
+ name: _model_config
2
+ title: Model Configuration
3
+ description: Manages LLM model selection and configuration for chat, utility, and embedding models. Supports per-project and per-agent overrides with optional per-chat model switching.
4
+ version: 1.0.0
5
+ always_enabled: true
6
+ settings_sections:
7
+ - agent
8
+ per_project_config: true
9
+ per_agent_config: true