diff --git a/app/api/bedrock/index.ts b/app/api/bedrock/index.ts index 4f8320400..d716ca595 100644 --- a/app/api/bedrock/index.ts +++ b/app/api/bedrock/index.ts @@ -77,7 +77,14 @@ export async function handle( }); const body = await req.json(); - console.log("[Bedrock] request body: ", body); + console.log( + "[Bedrock] Request - Model:", + body.model, + "Stream:", + body.stream, + "Messages count:", + body.messages.length, + ); const { messages,