In VSCode terminal, generated code blocks & errors progressively repeat in a flashing way
Describe the bug
In VSCode terminal, generated code blocks & errors progressively repeat in a flashing way
Reproduce
interpreter -y --model gpt-3.5-turbo --api_base "https://..../v1" --api_key "sk-..."
Expected behavior
generated code blocks & errors should show up once or progressively without flashing
Screenshots
Open Interpreter version
0.2.5
Python version
3.11.9
Operating System name and version
Windows 10
Additional context
No response
The situation you mentioned may be due to the display mechanism of the interpreter tool used (which looks like a related tool that calls external APIs for interaction) itself or some lesser-than-ided display effect problems with the VSCode terminal interaction. Make sure that your VSCode software itself has been updated to the latest version. Sometimes software updates can fix some compatibility problems or functional abnormalities in terminal display. At the same time, check the terminal-related plug-ins (if installed), such as some plug-ins that enhance the terminal functions, update or temporarily disable them to see if the display is abnormality caused by the plug-in. After disabling the plug-in, re-run the interpreter tool to observe whether the display has improved.