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

Does this SDK support related questions? #13

Closed devzhuchuanbo closed 1 year ago

devzhuchuanbo commented 1 year ago

Hi, thanks for your SDK, I wonder does it support related questions? For example, I asked three questions, the second and third questions are related to the first one, and it seems that I can't get a satisfactory answer.

srcnalt commented 1 year ago

The SDK is a mere connector to the OpenAI API, I can do nothing to influence the answers other than the prompt you provide in the project you are making. You can check the ChatGPT sample in the package to see how you can chain the questions and answers to have a continuous conversation.