Skip to content

Commit

Permalink
Add new models to seed data
Browse files Browse the repository at this point in the history
  • Loading branch information
n4ze3m committed Mar 20, 2024
1 parent 1dfdc6a commit acb7314
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions server/prisma/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,15 @@ const LLMS: {
stream_available: true,
local_model: false,
config: "{}",
},
{
model_id: "claude-3-haiku-20240307",
name: "Claude 3 Haiku 20240307 (Anthropic)",
model_type: "chat",
stream_available: true,
model_provider: "Anthropic",
local_model: false,
config: "{}",
}
];

Expand Down

0 comments on commit acb7314

Please sign in to comment.