Skip to content

Commit

Permalink
If there is no picker use gpt-4o-mini by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tspascoal authored Nov 30, 2024
1 parent 665c794 commit 650d59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parrotchathandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export function getModelFamily(request: any): string {
if (request.userSelectedModel) {
return request.userSelectedModel.family;
} else {
return 'gpt-4o';
return 'gpt-4o-mini';
}
}

Expand Down

0 comments on commit 650d59e

Please sign in to comment.