diff --git a/app/api/bedrock.ts b/app/api/bedrock.ts index 3183a1162..7da14a17b 100644 --- a/app/api/bedrock.ts +++ b/app/api/bedrock.ts @@ -103,10 +103,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,