Skip to content

Commit 5ca56dc

Browse files
committed
a
1 parent 5ec15e8 commit 5ca56dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/controllers/modelController.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ export class ModelController {
2626
messages
2727
});
2828

29-
const formattedResponse = this.postprocessor.formatResponse(response);
29+
// const formattedResponse = this.postprocessor.formatResponse(response);
30+
const formattedResponse = messages;
3031
res.json({ response: formattedResponse });
3132
} catch (error) {
3233
res.status(500).json({ error: 'Model processing failed' });

0 commit comments

Comments
 (0)