Skip to content

Commit

Permalink
test: Migrate gpt-4-vision-preview usages to gpt-4-turbo (davidmigloz…
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmigloz authored and KennethKnudsen97 committed Apr 22, 2024
1 parent 67dd8bb commit cb6a4ef
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ void main() {
final chatModel = ChatOpenAI(
apiKey: openaiApiKey,
defaultOptions: const ChatOpenAIOptions(
model: 'gpt-4-vision-preview',
model: 'gpt-4-turbo',
),
);

Expand All @@ -420,7 +420,7 @@ void main() {
final chatModel = ChatOpenAI(
apiKey: openaiApiKey,
defaultOptions: const ChatOpenAIOptions(
model: 'gpt-4-vision-preview',
model: 'gpt-4-turbo',
),
);

Expand Down

0 comments on commit cb6a4ef

Please sign in to comment.