修改: app/api/bedrock.ts

修改:     app/components/ui-lib.tsx
This commit is contained in:
glay
2024-11-13 18:37:47 +08:00
parent 6bc1612720
commit 225ad30898
2 changed files with 5 additions and 5 deletions

View File

@@ -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: "",