Spaces:
Paused
Paused
Upload plugins/_model_config/plugin.yaml with huggingface_hub
Browse files
plugins/_model_config/plugin.yaml
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|