Anton Solbjørg
Anton Solbjørg
Should be fixed now, closing
Related: https://github.com/KillianLucas/open-interpreter/pull/612 https://github.com/KillianLucas/open-interpreter/issues/537
@ericrallen Ooba question I believe, we can close this one
I updated it to the current main branch Sorry, I missed this PR working on a review now
https://github.com/KillianLucas/open-interpreter/pull/745 This PR stops interpreter repeating. If interpreter is repeating, you need to prompt it again generally to help it get past the problem.
@caryknoop Change PORT and MODEL to whatever you want ` interpreter -ab http://localhost:PORT/v1 --model openai/MODEL ` Further documentation is here: https://docs.openinterpreter.com/usage/terminal/arguments
@caryknoop https://docs.openinterpreter.com/usage/terminal/arguments#api-base-or-ab You are correct, the documentation is lacking and following it would lead to errors when not following default settings. For now ` interpreter -ab http://localhost:PORT/v1 --model openai/MODEL `...
adding `--api_key fake-key` or in python: ``` interpreter.llm.api_key = "fake-key" ```
@qianxinxuexi Can you translate this? 
@qianxinxuexi Please run: ``` pip install --upgrade pip pip install --force-reinstall open-interpreter interpreter ```