princeton-nlp / SWE-agent

SWE-agent takes a GitHub issue and tries to automatically fix it, using GPT-4, or your LM of choice. It solves 12.47% of bugs in the SWE-bench evaluation set and takes just 1 minute to run.
https://princeton-nlp.github.io/SWE-agent/
MIT License
11.88k stars 1.19k forks source link

Allow to use different port for backend #550

Open ofirpress opened 1 month ago

ofirpress commented 1 month ago

i'm hearing this might be an issue if someone already has something running on 8000.

klieret commented 1 month ago

Could probably do something like this for setting the proxy between backend to frontend https://stackoverflow.com/questions/39649298/set-proxy-in-package-json-to-env-variable/71312471#71312471

ofirpress commented 1 month ago

Not sure how important this is but carlos said it could be useful. only do this if it's easy