Skip to content

Commit 77186e8

Browse files
committed
Cleanup
1 parent 171037a commit 77186e8

File tree

2 files changed

+1
-197
lines changed

2 files changed

+1
-197
lines changed

src/api/providers/__tests__/bedrock.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ describe("AwsBedrockHandler", () => {
326326
})
327327
const modelInfo = customArnHandler.getModel()
328328
expect(modelInfo.id).toBe("arn:aws:bedrock:us-east-1::foundation-model/custom-model")
329-
expect(modelInfo.info.maxTokens).toBe(5000)
329+
expect(modelInfo.info.maxTokens).toBe(4096)
330330
expect(modelInfo.info.contextWindow).toBe(128_000)
331331
expect(modelInfo.info.supportsPromptCache).toBe(false)
332332
})

test-custom-arn.js

Lines changed: 0 additions & 196 deletions
This file was deleted.

0 commit comments

Comments
 (0)