Pls add a continue button cuz it reply sometime stop even its not done yet
2 Likes
Agreed! I have been running into this issue a lot lately.
Go to the “safety settings” settings and unblock all options. With this, your responses became normal without getting stuck
Hi @kevin930321
Welcome to the community. To help us understand the issue better, could you please provide an example of a prompt you’ve used that resulted in a truncated response?
Here are a few reasons why you are getting a truncating response.
- As mentioned by victor double check the safety settings.
- The expected output might exceed the token limit. As the token limit is 8192, if the response from Gemini exceeds this, the completion won’t be possible. In such cases, you can either prompt the model to continue by providing the previous output or break the data into smaller chunks and append the results.