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 56dce70 commit c0df37fCopy full SHA for c0df37f
src/lib/server/endpoints/aws/endpointBedrock.ts
@@ -60,7 +60,7 @@ export async function endpointBedrock(
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