mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-24 14:40:22 +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
|
// 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,
|
||||||
|
Loading…
Reference in New Issue
Block a user