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 15, 2024
1 parent 07b5286 commit 6e811b8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/config/modelProviders/openai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,14 @@ const OpenAI: ModelProviderCard = {
tokens: 16_000,
vision: true,
},
{
displayName: '阿里官方视觉',
enabled: true,
files: true,
id: 'Qwen/Qwen2-VL-72B-Instruct',
tokens: 32_768,
vision: true,
},
{
displayName: '智谱清言(联网)',
enabled: true,
Expand Down

0 comments on commit 6e811b8

Please sign in to comment.