Robert Brennan

Results 1267 comments of Robert Brennan

Could be that you're running as `sudo`

Googling around it seems like a very common problem with fastapi ☹️

This seems like not an OpenDevin problem, but more an issue with the host environment. I'm going to close this but @guyko81 let me know if you make any progress,...

Looks like we've documented the need for latest python and for docker. Going to close this one, but let us know if you need more help!

Hrmm. That error message is almost always an indication of an old python version. I wonder if uvicorn is using an old version of python somewhere on your machine? What...

Very strange. I'm totally unable to reproduce. Granted I'm on Linux, but it shouldn't really matter--it's a python typing error. ```bash ❯ /home/rbren/.asdf/installs/python/3.10.11/bin/uvicorn --version Running uvicorn 0.29.0 with CPython 3.10.11...

Whoops 😬 https://github.com/OpenDevin/OpenDevin/pull/231 This should fix part of the issue. I had a fix for the embeddings issue at one point, but it doesn't seem to be checked in... 👀

Ok, in #231 I added two env vars: * `LLM_EMBEDDING_MODEL` * `LLM_EMBEDDING_MODEL_BASE_URL` https://github.com/OpenDevin/OpenDevin/pull/231/files Can y'all check out the branch`rb/remove-key-assertion` and see if that works for ollama? I'll try adding the...

Ok, `LLM_EMBEDDING_MODEL` can be set to `local` or `llama2`. I've tested `local` and it seems OK

Just to be sure--are you on the `rb/remove-key-assertion` branch? ``` git clone https://github.com/OpenDevin/OpenDevin cd OpenDevin git checkout rb/remove-key-assertion # normal installation ```