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, }, };