Skip to content

Commit

Permalink
fix(agent): Remove llama 2 models from agent list (#382)
Browse files Browse the repository at this point in the history
* Remove Llama 2 13B
* Remove Llama 2 70B
  • Loading branch information
ramidecodes authored Jul 31, 2024
1 parent ac24542 commit ee4e8da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/constants/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ export const AGENT_MODELS = [
"anthropic.claude-3-haiku-20240307-v1:0",
// "cohere.command-r-plus-v1:0",
"ai21.jamba-instruct-v1:0",
"meta.llama2-13b-chat-v1",
"meta.llama2-70b-chat-v1",
"meta.llama3-8b-instruct-v1:0",
"meta.llama3-70b-instruct-v1:0",
"mistral.mistral-large-2402-v1:0",
Expand Down

0 comments on commit ee4e8da

Please sign in to comment.