From 8bcb34f0a1ebbee3ddf0f5cad8a1b90c4c39e621 Mon Sep 17 00:00:00 2001 From: Joseph J Helfenbein Date: Sun, 26 Jan 2025 08:01:49 -0500 Subject: [PATCH] attempt with stream true --- src/app/api/chat/route.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/api/chat/route.js b/src/app/api/chat/route.js index 55e51e0..71dac22 100644 --- a/src/app/api/chat/route.js +++ b/src/app/api/chat/route.js @@ -30,9 +30,9 @@ export async function POST(req) { frequency_penalty: 0, stop: [], response_format: null, - stream: false, + stream: true, stream_options: { - include_usage: false, + include_usage: true, }, };