Robert Brennan
Robert Brennan
Yup I think this is obsolete now--all agents should automatically have multi-turn enabled now. Thanks for the inspiration @anyuyay!
This might be impossible. Some resources: `Overriding Servers` section here: https://swagger.io/docs/specification/api-host-and-base-path/ https://github.com/OAI/OpenAPI-Specification/issues/892 https://github.com/OAI/OpenAPI-Specification/issues/1459 However, it looks to me like `upload_url` might always be of the form: ``` https://uploads.github.com/repos/{user}/{repo}/releases/{release}/assets ``` If...
Thanks for the feedback! Did you first visit `http://localhost:8000` and sign up with username `xyz`?
Totally agree here. It looks like Angular has a [translation plugin](https://github.com/ngx-translate/core). Glad to hear you like the data explorer!
Yes, this is definitely doable, and something we should aim for near-term. There will likely be two options here: * A generic spec, which will have paths like `GET /data/{namespace}/{type}/{id}`,...
@zGamerZz sounds like you're logged in as root. Do you typically work as the root user? What's your OS?
Hey all, I have a proposed fix here, which allows running as root (which should work better than aj47's workaround) Can you try running with tag `1651-merge` (instead of `0.5`)...
(CC @zGamerZz @Beamaccount @baoge2778)
@baoge2778 can you open a new issue for your new problem? If you could fill out the template and mention you're running as root that would be helpful
actually @baoge2778 scratch that--seems @zGamerZz was using the `SANDBOX_USER_ID=1000` workaround, which will likely cause other issues (all files written by OpenDevin will have the wrong permissions/ownership)