From 18dfe2b88349edfc6ec20441baf774c18759886c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20Mu=C5=A1tar?= Date: Fri, 18 Jul 2025 19:53:12 +0200 Subject: [PATCH] chore: update model descriptions in huggingface.json to match web app mock data --- .../engine-management-extension/models/huggingface.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/engine-management-extension/models/huggingface.json b/extensions/engine-management-extension/models/huggingface.json index d4bf92688..322727825 100644 --- a/extensions/engine-management-extension/models/huggingface.json +++ b/extensions/engine-management-extension/models/huggingface.json @@ -4,7 +4,7 @@ "object": "model", "name": "Kimi-K2-Instruct", "version": "1.0", - "description": "Moonshot's Kimi K2 model with 131k context and tool calling support", + "description": "1T parameters Moonshot chat model tuned for tool-aware, nuanced responses.", "inference_params": { "temperature": 0.6, "top_p": 1.0, @@ -19,7 +19,7 @@ "object": "model", "name": "DeepSeek-R1-0528", "version": "1.0", - "description": "DeepSeek's reasoning model with 163k context, tool calling support, and open weights", + "description": "DeepSeek's flagship reasoning engine with open weights and advanced tool control.", "inference_params": { "temperature": 0.6, "top_p": 0.95, @@ -34,7 +34,7 @@ "object": "model", "name": "DeepSeek-V3-0324", "version": "1.0", - "description": "DeepSeek V3 with 16k context, tool calling support, and open weights", + "description": "Streamlined DeepSeek model focused on fast, high-quality completions and tool use.", "inference_params": { "temperature": 0.3, "top_p": 0.95,