diff --git a/packages/proxy/src/proxy.ts b/packages/proxy/src/proxy.ts index a53ae61..396c5d8 100644 --- a/packages/proxy/src/proxy.ts +++ b/packages/proxy/src/proxy.ts @@ -1037,6 +1037,8 @@ async function fetchOpenAI( })); } + // O1 now supports streaming! Leaving this in in case we hit unexpected issues. + /* return fetchOpenAIFakeStream({ method, fullURL, @@ -1044,6 +1046,7 @@ async function fetchOpenAI( bodyData, setHeader, }); + */ } const proxyResponse = await fetch(