Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit c9df2ac

Browse files
fix: remove hardcode stream (#952)
1 parent ebfd3b0 commit c9df2ac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cortex-js/src/infrastructure/controllers/chat.controller.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ export class ChatController {
3434
@Res() res: Response,
3535
) {
3636
let { stream } = createChatDto;
37-
stream = false;
38-
createChatDto.stream = stream;
3937
this.chatService
4038
.inference(createChatDto, extractCommonHeaders(headers))
4139
.then((response) => {

0 commit comments

Comments
 (0)