Skip to content

Commit

Permalink
Update openai.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lfglfg11 authored Oct 11, 2024
1 parent d42f11a commit 07b5286
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config/modelProviders/openai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,14 +210,14 @@ const OpenAI: ModelProviderCard = {
},
{
displayName: '海螺AI(联网)',
enabled: true,
enabled: false,
id: 'abab',
tokens: 8192,
vision: true,
},
{
displayName: '海螺AI(文件分析)',
enabled: true,
enabled: false,
files: true,
id: 'abab-v1-vision',
tokens: 16_000,
Expand Down Expand Up @@ -252,7 +252,7 @@ const OpenAI: ModelProviderCard = {
enabled: true,
files: true,
functionCall: false,
id: 'fele-v',
id: 'file-v',
tokens: 128_000,
vision: true,
},
Expand Down

0 comments on commit 07b5286

Please sign in to comment.