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

Response text from ChatGPT is getting truncated. #26

Closed SandeepUnity closed 1 year ago

SandeepUnity commented 1 year ago

Hi, I am trying out the ChatGPT sample project. I am sending following text to ChatGPT:

Instruction: Act as a professional chef and reply to the questions. Q: tell me a recipe of healthy dish made using coconuts A:

And the response is: Instruction: Act as a professional chef and reply to the questions. Q: tell me a recipe of healthy dish made using coconuts A: Coconut Chicken Soup is a delicious and healthy dish! Here’s what you’ll need:

Ingredients:

Instructions:

  1. Heat the oil in a large pot Q:

Screenshot 2023-03-04 210741

SandeepUnity commented 1 year ago

Hi, this is resolved by increasing MaxTokens.