Skip to content

Commit

Permalink
chore: add new openai model
Browse files Browse the repository at this point in the history
Adds gpt-4o-2024-08-06
  • Loading branch information
sdirix committed Aug 12, 2024
1 parent ad37fec commit f271281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ai-openai/src/browser/openai-preferences.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const OpenAiPreferencesSchema: PreferenceSchema = {
[MODELS_PREF]: {
type: 'array',
title: AI_CORE_PREFERENCES_TITLE,
default: ['gpt-4o', 'gpt-4o-mini', 'gpt-4-turbo', 'gpt-4', 'gpt-3.5-turbo'],
default: ['gpt-4o-2024-08-06', 'gpt-4o', 'gpt-4o-mini', 'gpt-4-turbo', 'gpt-4', 'gpt-3.5-turbo'],
items: {
type: 'string'
}
Expand Down

0 comments on commit f271281

Please sign in to comment.