feat: cheaper model
This commit is contained in:
parent
e130717951
commit
e721a79132
|
|
@ -22,7 +22,7 @@ export class CopilotController {
|
|||
req?.body?.variables?.data?.metadata?.requestType ===
|
||||
'TextareaCompletion'
|
||||
? 'gpt-4o-mini'
|
||||
: 'gpt-4o',
|
||||
: 'gpt-4o-2024-08-06',
|
||||
}),
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue