Skip to content

Commit

Permalink
Update model_id in seed.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
n4ze3m committed Mar 21, 2024
1 parent acb7314 commit 1f516a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/prisma/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ const LLMS: {
config: "{}",
},
{
model_id: "claude-3-haiku-20240307",
model_id: "claude-3-haiku-20240307-dbase",
name: "Claude 3 Haiku 20240307 (Anthropic)",
model_type: "chat",
stream_available: true,
Expand Down

0 comments on commit 1f516a0

Please sign in to comment.