feat: cheaper model

This commit is contained in:
Nevo David 2024-08-10 12:35:10 +07:00
parent e130717951
commit e721a79132
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ export class CopilotController {
req?.body?.variables?.data?.metadata?.requestType ===
'TextareaCompletion'
? 'gpt-4o-mini'
: 'gpt-4o',
: 'gpt-4o-2024-08-06',
}),
});