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
After a number of turns of conversation with interpreter, the cli starts copying random blocks of previous output (never any of my input), this can be verbal output or code snippets. This doesn't have an influence on inference, but makes the process often unreadable, active outputs hiding behind random irrelevant overlays, it seems.
Reproduce
conda activate 01 (python 3.11)
interpreter --profile local
execute a number of interactions, after about 5 to 10 turns, the bug starts happening
Expected behavior
I would like to have extended multi-turn conversations with llms via interpreter.
Screenshots
Open Interpreter version
0.3.14
Python version
3.11.11
Operating System name and version
Ubuntu 22.04.5
Additional context
The same problem occurs on other machines running Ubuntu, i had no chance to try on Windows or Mac.
I have tried to run it in bash and in zshell, with terminator and without - identical behaviours
The text was updated successfully, but these errors were encountered:
Describe the bug
After a number of turns of conversation with interpreter, the cli starts copying random blocks of previous output (never any of my input), this can be verbal output or code snippets. This doesn't have an influence on inference, but makes the process often unreadable, active outputs hiding behind random irrelevant overlays, it seems.
Reproduce
execute a number of interactions, after about 5 to 10 turns, the bug starts happening
Expected behavior
I would like to have extended multi-turn conversations with llms via interpreter.
Screenshots
Open Interpreter version
0.3.14
Python version
3.11.11
Operating System name and version
Ubuntu 22.04.5
Additional context
The same problem occurs on other machines running Ubuntu, i had no chance to try on Windows or Mac.
I have tried to run it in bash and in zshell, with terminator and without - identical behaviours
The text was updated successfully, but these errors were encountered: