Skip to content

Commit

Permalink
Fix model names
Browse files Browse the repository at this point in the history
  • Loading branch information
billytrend-cohere committed Nov 4, 2024
1 parent b637cf8 commit 68ecc72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/bedrock-tests.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ const models: Record<AwsPlatform, Record<AwsEndpoint, string>> = {
generate: "cohere.command-text-v14",
embed: "cohere.embed-multilingual-v3",
chat: "cohere.command-r-plus-v1:0",
rerank: "cohere.rerank-v1",
},
sagemaker: {
generate: "cohere-command-light",
embed: "cohere-embed-multilingual-v3",
chat: "cohere-command-plus",
rerank: "cohere.rerank-v1",
},
};

Expand Down

0 comments on commit 68ecc72

Please sign in to comment.