From ea3fff59ac4a3693e053836d8e324e5ee8df78c8 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Thu, 3 Apr 2025 20:40:36 +0800 Subject: [PATCH] chore: remove verbose models from llm-models.json --- templates/metadata/llm-models.json | 90 ------------------------------ 1 file changed, 90 deletions(-) diff --git a/templates/metadata/llm-models.json b/templates/metadata/llm-models.json index 66163064..a12c7687 100644 --- a/templates/metadata/llm-models.json +++ b/templates/metadata/llm-models.json @@ -232,96 +232,6 @@ "token_mgr": "zhipuai", "vision_supported": true, "tool_call_supported": true - }, - { - "name": "Qwen/Qwen2.5-Coder-32B-Instruct", - "requester": "modelscope-chat-completions", - "token_mgr": "modelscope", - "tool_call_supported": true - }, - { - "name": "Qwen/Qwen2.5-Coder-14B-Instruct", - "requester": "modelscope-chat-completions", - "token_mgr": "modelscope", - "tool_call_supported": true - }, - { - "name": "Qwen/Qwen2.5-Coder-7B-Instruct", - "requester": "modelscope-chat-completions", - "token_mgr": "modelscope", - "tool_call_supported": true - }, - { - "name": "Qwen/Qwen2.5-72B-Instruct", - "requester": "modelscope-chat-completions", - "token_mgr": "modelscope", - "tool_call_supported": true - }, - { - "name": "Qwen/Qwen2.5-32B-Instruct", - "requester": "modelscope-chat-completions", - "token_mgr": "modelscope", - "tool_call_supported": true - }, - { - "name": "Qwen/Qwen2.5-14B-Instruct", - "requester": "modelscope-chat-completions", - "token_mgr": "modelscope", - "tool_call_supported": true - }, - { - "name": "Qwen/Qwen2.5-7B-Instruct", - "requester": "modelscope-chat-completions", - "token_mgr": "modelscope", - "tool_call_supported": true - }, - { - "name": "Qwen/QwQ-32B-Preview", - "requester": "modelscope-chat-completions", - "token_mgr": "modelscope", - "tool_call_supported": true - }, - { - "name": "Qwen/QwQ-32B", - "requester": "modelscope-chat-completions", - "token_mgr": "modelscope", - "tool_call_supported": true - }, - { - "name": "LLM-Research/Llama-3.3-70B-Instruct", - "requester": "modelscope-chat-completions", - "token_mgr": "modelscope", - "tool_call_supported": true - }, - { - "name": "LLM-Research/Meta-Llama-3.1-405B-Instruct", - "requester": "modelscope-chat-completions", - "token_mgr": "modelscope", - "tool_call_supported": true - }, - { - "name": "LLM-Research/Meta-Llama-3.1-8B-Instruct", - "requester": "modelscope-chat-completions", - "token_mgr": "modelscope", - "tool_call_supported": true - }, - { - "name": "LLM-Research/Meta-Llama-3.1-70B-Instruct", - "requester": "modelscope-chat-completions", - "token_mgr": "modelscope", - "tool_call_supported": true - }, - { - "name": "mistralai/Ministral-8B-Instruct-2410", - "requester": "modelscope-chat-completions", - "token_mgr": "modelscope", - "tool_call_supported": true - }, - { - "name": "deepseek-ai/DeepSeek-V3-0324", - "requester": "modelscope-chat-completions", - "token_mgr": "modelscope", - "tool_call_supported": true } ] } \ No newline at end of file