bars0um

Results 26 comments of bars0um

@abidlabs @bf96163 Yes I see the same on my setup. I've had to forward both 80 and 8081 to the container to work but this is of course not very...

I've tried the version you've shared, tried going to 4.39.0, dropping to 4.20.0... but I still see the app loading theme.css from the :80 port...is anyone else having luck with...

This appears to be caused by an update to gradio: https://github.com/gradio-app/gradio/issues/3472

Not sure if this is an ok fix, but it appears that if I switch the Live attribute vertical_overflow to "elipses" on line [12](https://github.com/OpenInterpreter/open-interpreter/blob/3cffb8eaecb1009069183835e76dfd039a64438b/interpreter/terminal_interface/components/base_block.py#L12) of [terminal_interface/components/base_block.py](https://github.com/OpenInterpreter/open-interpreter/blob/main/interpreter/terminal_interface/components/base_block.py) the issue somewhat subsides...I've...

Here's a brief clip of this change in action. https://github.com/OpenInterpreter/open-interpreter/assets/39853587/2981b4d6-fb23-412b-8c3a-79c4bde42e63 This allows OI to create ruby code and execute it. Not sure what the use-case would be, in my case...

Getting similar behavior with v3.0 tag, LLM would start generating output but then croak and error would be thrown as shown below. fix for me was to check no_use_fast (Set...

Same issue for me on tag v3.0, patching as per @Sylphar has worked for me as well. THANKS!

Result after overriding the system message and being very emphatic in the prompt... XD ![image](https://github.com/KillianLucas/open-interpreter/assets/39853587/7a2cd845-84df-4059-bec4-b335d3131aa3)

Thanks for inviting me @MikeBirdTech and thanks for the great effort on this project!

@MikeBirdTech Sure, I would love to contribute. I think it warrants a discussion though; is the aim of the open-interpreter project to be a general-purpose enabler to AI models? I...