mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-13 04:33:42 +08:00
修改: app/api/bedrock.ts
修改: app/components/ui-lib.tsx
This commit is contained in:
@@ -190,7 +190,6 @@ export async function handle(
|
||||
}
|
||||
|
||||
// If stream is false, accumulate the response and return as JSON
|
||||
console.log("Body.stream==========" + body.stream);
|
||||
if (body.stream === false) {
|
||||
let fullResponse = {
|
||||
content: "",
|
||||
|
||||
Reference in New Issue
Block a user