#Empty text from the response
17 messages · Page 1 of 1 (latest)
What is the prompt and stop sequences that you're sending it? Empty responses are usually an issue with the prompt, the model did not find anything to autocomplete, or it came across one of the stop sequences
My whole data looks like this:
I dont really provide a stop squences
At the end the code does this
API Request with start prompt => let the player choose => send the start prompt and the response from the start prompt with the info what the user selected => and this in a loop until the game is ending
I have the feeling that the prompt creates a own stop squences
Could my issue get solved when I provide a unique own stop sequence that never get triggered? And is this okay? And for what is the stop sequence ?
Maybe your prompt+response exceeds 900 tokens and this somehow causes this? You should try increasing it temporarily.
I found someone with similar issue as you, take a look at adrianneestone's post:
https://community.openai.com/t/gpt-3-responding-with-blank-text/39623/6
Try these and tell us if these have solved your issue?
To the prompt, add another line that says like
Generation:
and see what happens with that
Add a newline at the end of your prompt. It thinks you provided the completion. The new line will tell it you want it to do something
I try this and see what happen
this also can be true the prompt gets really really long
I now changed the tokens limit to 1200 and added a "Generation:" at the end in a new line. I see now if something happen again or if its "fixed" now thanks that you all replied :)
Awesome!
after some days i now didnt saw the issue anymore so i wohld guess its fixed