Anton Solbjørg
Anton Solbjørg
Closing, no reply
This is a known issue. We rerender the output of the llm each time we get a token. This causes it to print a new "screen". One possible fix would...
Not stopped btw... Look at the development branch. I'm now the main developer for open-interpreter, while Killian will focus on some other project. I have gotten a few people helping...
We support openrouter https://docs.openinterpreter.com/language-models/hosted-models/openrouter
This is just for the tests that run... I have never used the installers before. I recommend Git clone Cd Poetry install Poetry run open-interpreter
Can you share what model and commandline arguments you are using?
I think this is a issue with a library and not open-interpreter itself... Did the error include a stacktrace, if so can you post it here? My bet is on...
Using `verbose` does it send a stop token?
ERROR: Could not build wheels for psutil, which is required to install pyproject.toml-based projects
Try this ``` sudo apt update sudo apt install --reinstall binutils ```
Add these flags: ``` Interpreter --model ollama/model --api_base http://localhost:11434/v1 --api_key dummykey ```