Anton Solbjørg

Results 209 comments of Anton Solbjørg

We have cost limit already In llm.py?: ``` Self.max_budget = None ```

Interpreter.llm.max_budget should be reachable... I will have a look at it when I come home in an hour. If I'm misunderstanding something please clarify.

Awesome PR @tyfiero I have tested it on windows

Would need to incorporate curses or something similar to fix this. I am working on a replacement for the terminal_interface that fixes this: https://github.com/KillianLucas/open-interpreter/pull/976 it is more GUI like

I think a fix for this has been merged, should be available next update. If you want to test it out, you can install the latest directly from the github...

This is because it is redrawing the terminal screen above what is visible. Might try to find a fix for this...

This will require a refactor of the code... Going to think about it a little before I commit to this

I'll take a look when I'm home in 4 hours. You might need to use the latest version from git. ``` Pip install git Pip install git+https://.... ``` Version 0.2.0...