Robert Brennan
Robert Brennan
We did a first pass at rate-limit handling here: https://github.com/OpenDevin/OpenDevin/pull/501/files Sounds like we need to fix it up a bit
Going to close this now that we have poetry
Hmm can you try adding `-e FILE_STORE_PATH=/.openhands-state`?
Looks like LiteLLM supports OpenRouter: https://github.com/BerriAI/litellm I'm working on a LiteLLM implementation here: https://github.com/OpenDevin/OpenDevin/pull/114
See here for how to select openrouter: https://github.com/OpenDevin/OpenDevin?tab=readme-ov-file#picking-a-model
This is a strange error. We're not reliant on GPUs at all, but it seems like we're importing torch for some reason?
See some workaround here: https://stackoverflow.com/questions/76327419/valueerror-libcublas-so-0-9-not-found-in-the-system-path
At first glance, it doesn't seem like we should be using _both_ nextui and antd. Is there any reason you can't use just one of those?
(UI improvements look great btw!)