Skip to content

Commit

Permalink
Merge pull request #8 from intuiface/hotfix-IP-16477-VisionModelUpdate
Browse files Browse the repository at this point in the history
update Vision default model to gpt-4o
  • Loading branch information
SebMeunier authored Nov 18, 2024
2 parents 344c163 + d5aed0d commit 6b688f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VisionTS/src/VisionTS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export class VisionTS extends IntuifaceElement {
name: 'model',
displayName: 'Model',
description: 'OpenAI model',
defaultValue: 'gpt-4-vision-preview',
defaultValue: 'gpt-4o',
type: String
})
model: string,
Expand Down

0 comments on commit 6b688f9

Please sign in to comment.