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.9k stars 1.19k forks source link

Fix: Try to avoid proxy errors #506

Closed klieret closed 1 month ago

klieret commented 1 month ago

Closes #449

https://stackoverflow.com/a/63231052/ (use 127...) https://stackoverflow.com/a/57532447/ (trailing slash)

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 75.85%. Comparing base (8f93ace) to head (9db8b98). Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #506 +/- ## ========================================== + Coverage 75.73% 75.85% +0.12% ========================================== Files 20 20 Lines 3148 3148 ========================================== + Hits 2384 2388 +4 + Misses 764 760 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.