Anton Solbjørg

Results 209 comments of Anton Solbjørg

Try running: ``` python --version python3 --version pip --version pip3 --version ``` Some linux systems use python for version 2.x and python3 for version 3.x

``` python -m pip --version python -m pip install open-interpreter ```

The pip command is pointing to python3.8 which is not supported, I'm unfamiliar with linux. You need to make pip use python 3.10 or 3.11.

There was a bug, when using local it had the model on openai/gpt4. So It enabled function calling. Fixed now. %info works sometimes. Guessing the curl command needs a timeout

Java is not supported Look at the docs for supported languages.

Will be fixed the next update: https://github.com/KillianLucas/open-interpreter/pull/799

Update to version 0.2.5 ``` pip install --force-reinstall --upgrade open-interpreter ```

This is a problem with the system language I suspect, yaml reader should be utf8

``` Interpreter --model openai/gpt-4 #Automaticly sets the api base Interpreter --api_base http://example.com/v1 #this sets the api base to a custom url. ```

https://github.com/KillianLucas/open-interpreter/tree/main/interpreter%2Fcore%2Fcomputer%2Fterminal%2Flanguages ![Screenshot_20231229-004826.png](https://github.com/KillianLucas/open-interpreter/assets/4324290/6ecc2155-9f57-4d53-adaa-cb0123263600) Instead of bash, make it use shell script as bash is not supported.