Significant-Gravitas / AutoGPT-Code-Ability

🖥️ AutoGPT's Coding Ability - empowering everyone to build software using AI
MIT License
116 stars 36 forks source link

adding code back in to create zip file if local environment & download #207

Closed aarushik93 closed 6 months ago

aarushik93 commented 6 months ago

This change is needed so that benchmarks (especially when running many benchmarks) you can configure your settings to download a zip instead of creating and pushing to a github repository. When RUN_ENV is local, this will only download a zip for you.

For now we are doing it via env vars, as we iterate on more intuitive workflows for users, we may change it so a user can decide where they would like their deliverables.

aarushik93 commented 6 months ago

@Swiftyos draft for you to review, im still running benchmarks locally to see this works completely as expected

Swiftyos commented 6 months ago

Looks good so far, will unblock local testing when its done. Thank you

aarushik93 commented 6 months ago

@Swiftyos okay it's good to go, tested both flows as well creating repo and creating just a zip