From 3e3749ebd5513e8c5a355f95faddc61515464416 Mon Sep 17 00:00:00 2001 From: Joseph J Helfenbein Date: Sun, 26 Jan 2025 08:56:32 -0500 Subject: [PATCH] fix api error --- src/app/api/chat/route.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/api/chat/route.js b/src/app/api/chat/route.js index 5d01371..27a8dd8 100644 --- a/src/app/api/chat/route.js +++ b/src/app/api/chat/route.js @@ -31,9 +31,6 @@ export async function POST(req) { stop: [], response_format: null, stream: false, - stream_options: { - include_usage: false, - }, }; const response = await fetch(