Robert Brennan

Results 1267 comments of Robert Brennan

https://github.com/All-Hands-AI/OpenHands/pull/8940

@openhands add a "self-hosting" sub-item to the "OpenHands Cloud" section in the docs. keep it simple, mainly just link to the helm chart repo

Do you typically use `sudo` to access docker?

You'll need to follow these steps to run docker without sudo: https://docs.docker.com/engine/install/linux-postinstall/ Running the backend with `sudo` might fix it as well

I believe this is fixed in https://github.com/All-Hands-AI/OpenHands/pull/8771

This might be an issue for LiteLLM--will investigate

@timucindusunur can you share your configuration/env? We need more info here.

oh good eye @afan-ai ! It's almost definitely not https://localhost, changing to http:// should do it

Oh it looks like you're trying to use openai on localhost? You probably wan to unset LLM_BASE_URL, unless you're running some kind of proxy to openai

> model="anthropic/claude-3-sonnet-20240229" This should be `LLM_MODEL="anthropic/claude-3-sonnet-20240229"`