Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OAGr committed Nov 5, 2024
1 parent 68e59d4 commit c96e3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ai/src/modelConfigs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const MODEL_CONFIGS = [
outputRate: 3.0,
contextWindow: 200000,
maxTokens: 8192,
name: "Claude Haiku",
name: "Claude Haiku 3.5",
allowsSystemPrompt: true,
},
] as const satisfies ModelConfig[];
Expand Down

0 comments on commit c96e3f6

Please sign in to comment.