Skip to content

Commit

Permalink
🔧 Update optimal scores in ChatAPI for improved performance
Browse files Browse the repository at this point in the history
- Adjusted `panels_and_talks_identification` score from 0.9 to 0.89.
- Adjusted `key_moments_identification` score from 0.87 to 0.86.
  • Loading branch information
pblvrt committed Jan 24, 2025
1 parent 32e1da9 commit 30eb40e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/server/src/utils/ai.chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 30eb40e

Please sign in to comment.