From 404e5492a3956a21a5fe8110e6b1a592e3916054 Mon Sep 17 00:00:00 2001 From: RockChinQ <1010553892@qq.com> Date: Thu, 16 May 2024 18:29:23 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=90=8C=E6=AD=A5=E7=8E=B0=E6=9C=89?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/metadata/llm-models.json | 36 ++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/templates/metadata/llm-models.json b/templates/metadata/llm-models.json index 13cf93c..63ae031 100644 --- a/templates/metadata/llm-models.json +++ b/templates/metadata/llm-models.json @@ -6,12 +6,24 @@ "token_mgr": "openai", "tool_call_supported": false }, + { + "name": "gpt-3.5-turbo-0125", + "tool_call_supported": true + }, { "name": "gpt-3.5-turbo", "tool_call_supported": true }, { - "name": "gpt-4", + "name": "gpt-3.5-turbo-1106", + "tool_call_supported": true + }, + { + "name": "gpt-4-turbo", + "tool_call_supported": true + }, + { + "name": "gpt-4-turbo-2024-04-09", "tool_call_supported": true }, { @@ -19,13 +31,33 @@ "tool_call_supported": true }, { - "name": "gpt-4-32k", + "name": "gpt-4-0125-preview", + "tool_call_supported": true + }, + { + "name": "gpt-4-1106-preview", + "tool_call_supported": true + }, + { + "name": "gpt-4", "tool_call_supported": true }, { "name": "gpt-4o", "tool_call_supported": true }, + { + "name": "gpt-4-0613", + "tool_call_supported": true + }, + { + "name": "gpt-4-32k", + "tool_call_supported": true + }, + { + "name": "gpt-4-32k-0613", + "tool_call_supported": true + }, { "model_name": "SparkDesk", "name": "OneAPI/SparkDesk"