OpenAI-API-dotnet
OpenAI-API-dotnet copied to clipboard
API cannot be used and is frozen.
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.
I've found it's only returning the first response for Streaming currently. The other non streaming versions work just not Chat Streaming.