Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Aug 3, 2024
1 parent 22e2476 commit 38ba91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langchain-baidu-qianfan/src/chat_models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ export class ChatBaiduQianfan
if (!stream) {
return response;
} else {
let streamResponse = {result: ''} as {
let streamResponse = { result: "" } as {
id: string;
object: string;
created: number;
Expand Down

0 comments on commit 38ba91e

Please sign in to comment.