diff --git a/app/api/bedrock.ts b/app/api/bedrock.ts index 87d67287c..f2e008bf5 100644 --- a/app/api/bedrock.ts +++ b/app/api/bedrock.ts @@ -151,10 +151,10 @@ async function requestBedrock(req: NextRequest) { }); // Make request to AWS Bedrock - console.log( - "[Bedrock Request] Final Body:", - JSON.stringify(requestBody, null, 2), - ); + // console.log( + // "[Bedrock Request] Final Body:", + // JSON.stringify(requestBody, null, 2), + // ); const res = await fetch(endpoint, { method: "POST", headers,