diff --git a/src/app/api/chat/route.js b/src/app/api/chat/route.js index 73550a1..5d01371 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: true, + stream: false, stream_options: { - include_usage: true, + include_usage: false, }, };