完善总结功能的代码逻辑

This commit is contained in:
glay
2024-11-23 15:13:52 +08:00
parent ff88421904
commit a6337e9f23
3 changed files with 37 additions and 21 deletions

View File

@@ -391,6 +391,7 @@ export class BedrockApi implements LLMApi {
options,
);
} else {
headers.ShouldStream = "false";
const res = await fetch(chatPath, {
method: "POST",
headers,