Skip to content

Commit

Permalink
Rename to claude 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spolu committed Nov 22, 2023
1 parent 11bcf6c commit 879a90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/lib/assistant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const CLAUDE_INSTANT_1_2_MODEL_ID = "claude-instant-1.2" as const;
export const CLAUDE_DEFAULT_MODEL_CONFIG = {
providerId: "anthropic",
modelId: CLAUDE_2_1_MODEL_ID,
displayName: "Claude 2",
displayName: "Claude 2.1",
contextSize: 200000,
recommendedTopK: 32,
largeModel: true,
Expand Down

0 comments on commit 879a90f

Please sign in to comment.