Skip to content

Commit

Permalink
Update index.test.ts.snap
Browse files Browse the repository at this point in the history
  • Loading branch information
LovelyGuYiMeng authored Sep 12, 2024
1 parent ecf084b commit be54407
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/libs/agent-runtime/openai/__snapshots__/index.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ exports[`LobeOpenAI > models > should get models 1`] = `
},
{
"description": "最新的 GPT-4 Turbo 模型具备视觉功能。现在,视觉请求可以使用 JSON 模式和函数调用。 GPT-4 Turbo 是一个增强版本,为多模态任务提供成本效益高的支持。它在准确性和效率之间找到平衡,适合需要进行实时交互的应用程序场景。",
"displayName": "GPT-4 Turbo Preview (0125)",
"displayName": "GPT-4 Turbo Preview 0125",
"functionCall": true,
"id": "gpt-4-0125-preview",
"pricing": {
Expand Down Expand Up @@ -84,7 +84,7 @@ exports[`LobeOpenAI > models > should get models 1`] = `
},
{
"description": "GPT-3.5 Turbo 是 OpenAI 的一款基础模型,结合了高效性和经济性,广泛用于文本生成、理解和分析,专为指导性提示进行调整,去除了与聊天相关的优化。",
"displayName": "GPT-3.5 Turbo (0613)",
"displayName": "GPT-3.5 Turbo 0613",
"id": "gpt-3.5-turbo-0613",
"legacy": true,
"pricing": {
Expand All @@ -95,7 +95,7 @@ exports[`LobeOpenAI > models > should get models 1`] = `
},
{
"description": "GPT 3.5 Turbo,适用于各种文本生成和理解任务,Currently points to gpt-3.5-turbo-0125",
"displayName": "GPT-3.5 Turbo (1106)",
"displayName": "GPT-3.5 Turbo 1106",
"functionCall": true,
"id": "gpt-3.5-turbo-1106",
"pricing": {
Expand All @@ -106,7 +106,7 @@ exports[`LobeOpenAI > models > should get models 1`] = `
},
{
"description": "最新的 GPT-4 Turbo 模型具备视觉功能。现在,视觉请求可以使用 JSON 模式和函数调用。 GPT-4 Turbo 是一个增强版本,为多模态任务提供成本效益高的支持。它在准确性和效率之间找到平衡,适合需要进行实时交互的应用程序场景。",
"displayName": "GPT-4 Turbo Preview (1106)",
"displayName": "GPT-4 Turbo Preview 1106",
"functionCall": true,
"id": "gpt-4-1106-preview",
"pricing": {
Expand Down Expand Up @@ -139,7 +139,7 @@ exports[`LobeOpenAI > models > should get models 1`] = `
},
{
"description": "GPT 3.5 Turbo,适用于各种文本生成和理解任务,Currently points to gpt-3.5-turbo-0125",
"displayName": "GPT-3.5 Turbo (0125)",
"displayName": "GPT-3.5 Turbo 0125",
"functionCall": true,
"id": "gpt-3.5-turbo-0125",
"pricing": {
Expand All @@ -150,7 +150,7 @@ exports[`LobeOpenAI > models > should get models 1`] = `
},
{
"description": "GPT-4 提供了一个更大的上下文窗口,能够处理更长的文本输入,适用于需要广泛信息整合和数据分析的场景。",
"displayName": "GPT-4 (0613)",
"displayName": "GPT-4 0613",
"functionCall": true,
"id": "gpt-4-0613",
"pricing": {
Expand Down

0 comments on commit be54407

Please sign in to comment.