mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-22 05:30:19 +09:00
去掉Debug日志打印
This commit is contained in:
parent
2fe848ecf3
commit
9a473048b1
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user