llamantino
llamantino
This should have been fixed by #8971 a few days ago. Did you start from the 0.41 sources or did you clone the repository? If you've tried one, try the...
Thanks for the update. Just to clarify: Did it start working because you updated to the latest version of the repo (with the fix from #8971), or because you changed...
Thanks for the details! I don’t think the setup in containers/dev is a real devcontainer - it looks like a standard Docker setup meant to be run manually, with optional...
Unfortunately, this is a known Docker issue on Windows. As a workaround, you can run the following PowerShell command (as Administrator) to reset the NAT service and release the ports:...
I'm quite sure that LLM_TIMEOUT (or Timeout in the config) is working correctly - I've been using it myself without issues. That said, based on your error message, it looks...
Sorry for the wait! I tested the workflow locally using act, and setting: ``` env: LLM_TIMEOUT: '3600' ``` right before the permissions block in openhands-resolver.yml works fine on my end:...
Hi! This should be resolved by [#8891](https://github.com/All-Hands-AI/OpenHands/pull/8891). Also, make sure to run `make build` before `make run` when setting up the dev environment. Edit: If you run into connection issues...
Hi again! Both PRs (#8891 and #8971) have now been merged - just checking in to see if everything's working fine on your end now. If so, let us know...
Hi! The URL is correct. The model name should follow the format `openai/model_id`, where `model_id `is the identifier shown in the Developer panel of LM Studio - it’s on the...
Hi @ZebraBeer, If it's stuck at **"Initializing Agent"**, then the issue is likely unrelated to these parameters. Even if the model configuration is incorrect, OpenHands should still reach the **"Agent...