Skip to content

Commit

Permalink
enh: increase retrieval chunks to 64 for Claude 3 Opus (#4208)
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Fontanier <[email protected]>
  • Loading branch information
fontanierh and Henry Fontanier authored Mar 7, 2024
1 parent 8b7b27c commit 9981900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/src/front/lib/assistant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const CLAUDE_3_OPUS_DEFAULT_MODEL_CONFIG = {
modelId: CLAUDE_3_OPUS_2024029_MODEL_ID,
displayName: "Claude 3 Opus",
contextSize: 200000,
recommendedTopK: 32,
recommendedTopK: 64,
largeModel: true,
description:
"Anthropic's Claude 3 Opus model, most powerful model for highly complex tasks.",
Expand Down

0 comments on commit 9981900

Please sign in to comment.