去掉Debug日志打印

This commit is contained in:
glay 2024-11-25 09:51:46 +08:00
parent 2fe848ecf3
commit 9a473048b1

View File

@ -151,10 +151,10 @@ async function requestBedrock(req: NextRequest) {
}); });
// Make request to AWS Bedrock // Make request to AWS Bedrock
console.log( // console.log(
"[Bedrock Request] Final Body:", // "[Bedrock Request] Final Body:",
JSON.stringify(requestBody, null, 2), // JSON.stringify(requestBody, null, 2),
); // );
const res = await fetch(endpoint, { const res = await fetch(endpoint, {
method: "POST", method: "POST",
headers, headers,