attempt with stream true

This commit is contained in:
Joseph J Helfenbein
2025-01-26 08:01:49 -05:00
parent 108a83f26d
commit 8bcb34f0a1

View File

@@ -30,9 +30,9 @@ export async function POST(req) {
frequency_penalty: 0, frequency_penalty: 0,
stop: [], stop: [],
response_format: null, response_format: null,
stream: false, stream: true,
stream_options: { stream_options: {
include_usage: false, include_usage: true,
}, },
}; };