Setting for skipping the next speaker check is live in v0.3.2 #6666
SandyTao520
started this conversation in
Ideas
Replies: 1 comment
-
Finally! Just today I have had a case of the same, see #6668 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We've just added a new setting to Gemini CLI that allows you to skip the 'next speaker check' at the end of each turn. This change should help reduce the prompt hallucination issues we've been seeing more often lately.
This check was originally added to prevent the model from stopping mid-sentence or claiming a function call it didn't make. But now that the model and API have improved, we've found that the check can sometimes cause false positives, telling the model "please continue" when it doesn't need to.
To try this out, install the latest version
And toggle this setting in
/settings
dialog or by adding "skipNextSpeakerCheck": true to your root/project's settings.json.Please let us know if you see Gemini CLI hallucinating less, or if it's giving up too early. Your feedback is appreciated!
Share your thoughts in: #6668
Beta Was this translation helpful? Give feedback.
All reactions