srcnalt / OpenAI-Unity

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

Is the stream option available for chatgpt now? #37

Closed ADOHI closed 1 year ago

ADOHI commented 1 year ago

Since the response time of gpt4 is too long, you need to use the stream option. But I'm not sure if this is possible in the current version. Could it possibly be used?

srcnalt commented 1 year ago

Hi, @ADOHI just released support for chat and text completion streams in v0.1.12 there are tests for both usages where you can find the example usage.