Anton Solbjørg

Results 209 comments of Anton Solbjørg

It should be installed somewhere, try searching for it in file explorer

How to use: ``` interpreter --profile local interpreter -p local ```

Go to `~/Library/Application Support/open-interpreter` Delete it. This should be the default install location for models(pre 0.1.5) and history, config files and so on

``` # Install pip-autoremove package pip install pip-autoremove # Uninstall open-interpreter pip-autoremove open-interpreter -y ```

Hi, is it always `sh` that are missing or is it more random?

https://github.com/KillianLucas/open-interpreter/pull/830 Here is a similar PR, but outdated

Traceback (most recent call last): File "", line 1, in File "E:\dev\open-interpreter\interpreter\core\core.py", line 46, in start_terminal_interface start_terminal_interface(self) File "E:\dev\open-interpreter\interpreter\terminal_interface\start_terminal_interface.py", line 543, in start_terminal_interface for _ in interpreter.computer.run( File "E:\dev\open-interpreter\interpreter\core\computer\terminal\terminal.py", line...

Added a quick fix, just putting `stream=True`

@KillianLucas Please make sure this looks good and it is all parameters. I didn't add some, as it didn't make sense to add them to the config: ``` { "name":...