Skip to content

Commit

Permalink
Update openai.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanyutin753 committed Jul 23, 2024
1 parent 87d77e6 commit ee9d000
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/config/modelProviders/openai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,12 @@ import { ModelProviderCard } from '@/types/llm';
// https://platform.openai.com/docs/deprecations
const OpenAI: ModelProviderCard = {
chatModels: [
{
description: 'Currently points to gpt-4o-mini-2024-07-18',
displayName: 'GPT-4o mini',
enabled: true,
id: 'gpt-3.5-turbo',
tokens: 16_385,
},
{
displayName: 'GPT-4(16K)',
enabled: true,
id: 'gpt-4',
tokens: 16_385,
},
{
displayName: 'GPT-3.5 Turbo (0125)',
functionCall: true,
id: 'gpt-4o',
tokens: 128_000,
vision: true,
},
{
description: 'GPT-4 Turbo with Vision',
displayName: 'GPT-4 Turbo',
Expand Down

0 comments on commit ee9d000

Please sign in to comment.