From 30eb40e36720e94c11bf9b7d866c30d8123d4f1a Mon Sep 17 00:00:00 2001 From: Pablo Voorvaart Date: Fri, 24 Jan 2025 17:58:46 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20optimal=20scores=20in?= =?UTF-8?q?=20ChatAPI=20for=20improved=20performance?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Adjusted `panels_and_talks_identification` score from 0.9 to 0.89. - Adjusted `key_moments_identification` score from 0.87 to 0.86. --- packages/server/src/utils/ai.chat.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/server/src/utils/ai.chat.ts b/packages/server/src/utils/ai.chat.ts index d426696f2..8f7b19a1c 100644 --- a/packages/server/src/utils/ai.chat.ts +++ b/packages/server/src/utils/ai.chat.ts @@ -142,8 +142,8 @@ export class ChatAPI { const optimalScores = { - panels_and_talks_identification: 0.9, - key_moments_identification: 0.87, + panels_and_talks_identification: 0.89, + key_moments_identification: 0.86, } const defaultQueries = {