Engel Nyst
Engel Nyst
Just to clarify, please: you say you chose model in settings, but in the reproduction steps it's only set key and run? The app has some fallback if you set...
@zhonggegege are you running the latest version? Please use 0.4.0, the latest released version, or pull from git if that's how you're running. It might also be useful to clear...
@dagelf Can you please upgrade to 0.4.0? You were using 0.3.1 before. And if you're running with an UI (as you are), choose the model in the UI.
@techsharma2000 the error you see has been fixed, please update your repository and re-run make build. If you have further issues, please open another issue and fill in the template.
> @enyst Would you know what commit or PR fixed the "not enough segments" issue? I was referring to the error before it, ``` File "/home/sharma/devin/OpenDevin/opendevin/sandbox/sandbox.py", line 142, in init...
@kroggen stop docker, maybe even delete the container from it, and rebuild / restart. If you still have issues please open a new topic, and fill in the information.
This feature request seems to have two components: - upload files, which is also the topic of https://github.com/OpenDevin/OpenDevin/issues/1379 - edit files, which I assume means through the code editor interface,...
> LLM_MODEL=azure/gpt4-test-ncus-0125 I think the model name needs to be the name of the deployment defined in the Azure account corresponding to the chat model, e.g. to GPT-4. This is...
After installing styled-components, I was able to start the backend and frontend separately. Sort of... Frontend will miss internationalization
There is an open node bug: https://github.com/npm/cli/issues/4367 It seems to happen a lot when people switch from pnpm to npm. It looks like a consequence of this https://github.com/OpenDevin/OpenDevin/commit/f40fe6ac2873ebfa33cc8a60b72db98d365f6114 Edit: it's...