open-interpreter icon indicating copy to clipboard operation
open-interpreter copied to clipboard

In VSCode terminal, generated code blocks & errors progressively repeat in a flashing way

Open sunweihunu opened this issue 1 year ago • 1 comments

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

1715350627608

Open Interpreter version

0.2.5

Python version

3.11.9

Operating System name and version

Windows 10

Additional context

No response

sunweihunu avatar May 10 '24 14:05 sunweihunu

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.

Lxh-377 avatar Nov 30 '24 04:11 Lxh-377