From 47d8db76436f96a5a38429571b7f61662903ccef Mon Sep 17 00:00:00 2001 From: LovelyGuYiMeng <76251800+LovelyGuYiMeng@users.noreply.github.com> Date: Fri, 13 Sep 2024 02:19:55 +0800 Subject: [PATCH] Update parseModels.test.ts.snap --- .../__snapshots__/parseModels.test.ts.snap | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/src/utils/__snapshots__/parseModels.test.ts.snap b/src/utils/__snapshots__/parseModels.test.ts.snap index 0fc16033775a..4dd4141e169b 100644 --- a/src/utils/__snapshots__/parseModels.test.ts.snap +++ b/src/utils/__snapshots__/parseModels.test.ts.snap @@ -66,24 +66,11 @@ exports[`transformToChatModelCards > should have file with builtin models like g [ { "description": "最新的 GPT-4 Turbo 模型具备视觉功能。现在,视觉请求可以使用 JSON 模式和函数调用。 GPT-4 Turbo 是一个增强版本,为多模态任务提供成本效益高的支持。它在准确性和效率之间找到平衡,适合需要进行实时交互的应用程序场景。", - "displayName": "ChatGPT-4", + "displayName": "GPT-4 Turbo", "enabled": true, "files": true, "functionCall": true, - "id": "gpt-4-0125-preview", - "pricing": { - "input": 10, - "output": 30, - }, - "tokens": 128000, - }, - { - "description": "最新的 GPT-4 Turbo 模型具备视觉功能。现在,视觉请求可以使用 JSON 模式和函数调用。 GPT-4 Turbo 是一个增强版本,为多模态任务提供成本效益高的支持。它在准确性和效率之间找到平衡,适合需要进行实时交互的应用程序场景。", - "displayName": "ChatGPT-4 Vision", - "enabled": true, - "files": true, - "functionCall": true, - "id": "gpt-4-turbo-2024-04-09", + "id": "gpt-4-turbo", "pricing": { "input": 10, "output": 30,