Skip to content

Commit

Permalink
feat: put back llama 3.1 8b (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt authored Jan 20, 2025
1 parent aa6a8a0 commit 4866a25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/shared/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ export const MODELS = [
provider: "openrouter",
},
{
id: "meta-llama/llama-3-70b-instruct",
name: "llama-3-70b-instruct",
id: "meta-llama/llama-2-70b-chat",
name: "llama-2-70b-chat",
provider: "openrouter",
},
{
Expand Down

0 comments on commit 4866a25

Please sign in to comment.