-
Notifications
You must be signed in to change notification settings - Fork 44.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarify .env.template image-provider options #3720
Clarify .env.template image-provider options #3720
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
This is a mass message from the AutoGPT core team. For more details (and for infor on joining our Discord), please refer to: |
this seem to be stricly config only, and only adding/documenting options/comments - so should be pretty safe to consider as a candidate for pre-arch review. |
Deployment failed with the following error:
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #3720 +/- ##
==========================================
- Coverage 62.26% 62.18% -0.09%
==========================================
Files 73 73
Lines 3339 3345 +6
Branches 482 484 +2
==========================================
+ Hits 2079 2080 +1
- Misses 1113 1118 +5
Partials 147 147
☔ View full report in Codecov by Sentry. |
* Clarify .env.template image-provider options * feat: consolidate duplicate options * Simplify --------- Co-authored-by: Nicholas Tindle <[email protected]> Co-authored-by: Nicholas Tindle <[email protected]> Co-authored-by: k-boikov <[email protected]>
Background
I tried using the stable-diffusion image provider based on the .env.template. It did not work with just the option specified under this subsection and settings had to be lifted from another provider. The literal for the SD image provider had to be found in the source code. This seemed straightforward to make more accessible.
Changes
Documentation
Improves documentation lines in .env.template. No other documentation required.
Test Plan
generate_image
.PR Quality Checklist
No tests added as it improves the env template's commented-out lines, which did not have tests previously and are likely not intended to be tested.