Skip to content

Commit

Permalink
Skip
Browse files Browse the repository at this point in the history
  • Loading branch information
billytrend-cohere committed Dec 3, 2024
1 parent 6c6b234 commit 0de42a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/bedrock-tests.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ describe.each<AwsPlatform>(["bedrock"])(
});
});

test("rerank works", async () => {
test.skip("rerank works", async () => {
const rerank = await cohere.v2.rerank({
model: models[platform].rerank,
documents: [
Expand All @@ -101,7 +101,7 @@ describe.each<AwsPlatform>(["bedrock"])(
expect(rerank.results).toBeDefined();
});

test("chat stream works", async () => {
test.skip("chat stream works", async () => {
const chat = await cohere.chatStream({
model: models[platform].chat,
message: "send me a short message",
Expand Down

0 comments on commit 0de42a0

Please sign in to comment.