We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfab90c commit 53b92b6Copy full SHA for 53b92b6
src/lib/server/endpoints/aws/endpointBedrock.ts
@@ -59,8 +59,7 @@ export async function endpointBedrock(
59
system = messages[0].content;
60
messages = messages.slice(1); // Remove the first system message from the array
61
}
62
-
63
- const formattedMessages = await prepareMessages(messages, model.id, imageProcessor);
+ const formattedMessages = await prepareMessages(messages, isNova, imageProcessor);
64
65
let tokenId = 0;
66
const parameters = { ...model.parameters, ...generateSettings };
0 commit comments