Skip to content

Commit

Permalink
Update chat.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sxjeru authored Sep 17, 2024
1 parent 433586d commit fb2c402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ class ChatService {
signal,
// use smoothing when enable client fetch
// https://github.com/lobehub/lobe-chat/issues/3800
smoothing: providerConfig?.smoothing,
smoothing: providerConfig?.smoothing || enableFetchOnClient,
});
};

Expand Down

0 comments on commit fb2c402

Please sign in to comment.