srcnalt / OpenAI-Unity

An unofficial OpenAI Unity Package that aims to help you use OpenAI API directly in Unity Game engine.
MIT License
648 stars 144 forks source link

FIX: request done before all chunks are received #121

Open jplumi opened 3 months ago

jplumi commented 3 months ago

The request on CreateChatCompletionAsync is complete before all the text is received. I think OpenAi changed something on the API.