From e721a791325cc1ef6b9e4139b92e2bf3e40ea49c Mon Sep 17 00:00:00 2001 From: Nevo David Date: Sat, 10 Aug 2024 12:35:10 +0700 Subject: [PATCH] feat: cheaper model --- apps/backend/src/api/routes/copilot.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/backend/src/api/routes/copilot.controller.ts b/apps/backend/src/api/routes/copilot.controller.ts index 2f46b48a..e66a13fd 100644 --- a/apps/backend/src/api/routes/copilot.controller.ts +++ b/apps/backend/src/api/routes/copilot.controller.ts @@ -22,7 +22,7 @@ export class CopilotController { req?.body?.variables?.data?.metadata?.requestType === 'TextareaCompletion' ? 'gpt-4o-mini' - : 'gpt-4o', + : 'gpt-4o-2024-08-06', }), });