Openhands #63
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Having stupid issues with openhands trying to get it to work
https://docs.openhands.dev/openhands/usage/run-openhands/local-setup#option-2-using-docker-directly
i think this is going to fix it though along with a few other edits
docker run -it --rm --pull=always
-e AGENT_SERVER_IMAGE_REPOSITORY=ghcr.io/openhands/agent-server
-e AGENT_SERVER_IMAGE_TAG=1.19.1-python
-e LOG_ALL_EVENTS=true
-v /var/run/docker.sock:/var/run/docker.sock
-v ~/.openhands:/.openhands
-p 3000:3000
--add-host host.docker.internal:host-gateway
--name openhands-app
docker.openhands.dev/openhands/openhands:1.7
so i think the issue with ollama is ollama doesn't support tools like that, so i think i will try llama.cpp instead of ollama. Ollama was easy to setup. It's just it has another layer in front of it then goes to llama.cpp, so it can take a lot of the tooling features away in a model. Or have to figure out the correct way to use that tooling and openhands doesnt do it that way.
so next step, setup llama.cpp