diff --git a/cortex-js/src/infrastructure/controllers/chat.controller.ts b/cortex-js/src/infrastructure/controllers/chat.controller.ts index cce182e4e..9c8da76a2 100644 --- a/cortex-js/src/infrastructure/controllers/chat.controller.ts +++ b/cortex-js/src/infrastructure/controllers/chat.controller.ts @@ -34,8 +34,6 @@ export class ChatController { @Res() res: Response, ) { let { stream } = createChatDto; - stream = false; - createChatDto.stream = stream; this.chatService .inference(createChatDto, extractCommonHeaders(headers)) .then((response) => {