Minor fixes

This commit is contained in:
Saoud Rizwan
2024-08-28 06:13:46 -04:00
parent 13af5992af
commit af46531e52
2 changed files with 7 additions and 3 deletions

View File

@@ -81,7 +81,7 @@ export type BedrockModelId = keyof typeof bedrockModels
export const bedrockDefaultModelId: BedrockModelId = "anthropic.claude-3-5-sonnet-20240620-v1:0"
export const bedrockModels = {
"anthropic.claude-3-5-sonnet-20240620-v1:0": {
maxTokens: 4096,
maxTokens: 8192,
contextWindow: 200_000,
supportsImages: true,
supportsPromptCache: false,