You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gemini 1206 is routinely failing to adhere to the edit format. It seems to be stopping output early, maybe some issue with the streaming approach?
Example:
Here are the SEARCH/REPLACE blocks for these changes:
<<filename.py>>
<<<<<<<SEARCHclassFilterOperator(StrEnum):
""" Set of possible filter comparison operators """EQUALS="equals"CONTAINS="contains"# Only relevant to array typesMATCHES_PATTERN="matches_pattern"# Only relevant to string typesEXISTS="exists"IS_IN="is_in"=======classFilterOperator(StrEnum):
""" Set of possible filter comparison operators """EQUALS="equals"LESS_THAN="less_than"LESS_THAN_OR_EQUAL_TO= "less_than_or_>Tokens: 18ksent, 406received.
>TheLLMdidnotconformtotheeditformat.
>https://aider.chat/docs/troubleshooting/edit-errors.html>Okay, Iunderstand. Iwilladdthenew`FilterClause`implementationsfortherequestedoperatorsandprovidecorrespondingtests.
(it gets stuck in a loop doing the same thing)
Version and model info
Aider v0.72.3
Model: gemini/gemini-exp-1206 with diff edit format
Git repo: ../../.git with 391 files
Repo-map: using 4096 tokens, auto refresh
The text was updated successfully, but these errors were encountered:
Issue
Gemini 1206 is routinely failing to adhere to the edit format. It seems to be stopping output early, maybe some issue with the streaming approach?
Example:
<<filename.py>>
(it gets stuck in a loop doing the same thing)
Version and model info
Aider v0.72.3
The text was updated successfully, but these errors were encountered: