Skip to content

Commit

Permalink
Update parseModels.test.ts.snap
Browse files Browse the repository at this point in the history
  • Loading branch information
LovelyGuYiMeng authored Sep 12, 2024
1 parent 9e9b328 commit 47d8db7
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions src/utils/__snapshots__/parseModels.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 47d8db7

Please sign in to comment.