OpenAI-API-dotnet icon indicating copy to clipboard operation
OpenAI-API-dotnet copied to clipboard

API cannot be used and is frozen.

Open wailongyihao opened this issue 2 years ago • 1 comments

response = await client.SendAsync(req, streaming ? HttpCompletionOption.ResponseHeadersRead : HttpCompletionOption.ResponseContentRead);

It is stuck here and does not move. I don't know why. Could you please help take a look? I only added the key, and didn't modify anything else. I'm still using the test instance.

wailongyihao avatar Apr 04 '23 14:04 wailongyihao

I've found it's only returning the first response for Streaming currently. The other non streaming versions work just not Chat Streaming.

vltmedia avatar Apr 10 '23 04:04 vltmedia