-
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
Organize the configuration args #4913
Organize the configuration args #4913
Conversation
✅ Deploy Preview for auto-gpt-docs canceled.
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #4913 +/- ##
==========================================
+ Coverage 50.29% 50.56% +0.26%
==========================================
Files 116 116
Lines 4843 4861 +18
Branches 653 657 +4
==========================================
+ Hits 2436 2458 +22
+ Misses 2221 2219 -2
+ Partials 186 184 -2
☔ View full report in Codecov by Sentry. |
You changed AutoGPT's behaviour. The cassettes have been updated and will be merged to the submodule when this Pull Request gets merged. |
* Organize the configuration args * Remove duplication in setting config defaults --------- Co-authored-by: Reinier van der Leer <[email protected]>
* Organize the configuration args * Remove duplication in setting config defaults --------- Co-authored-by: Reinier van der Leer <[email protected]>
Background
The config args are listed as a big disorganized blob. This is just some organization ahead of some logic cleanup.
Changes
Documentation
Headings for config groups.
Test Plan
CI. This pr has no logic changes.
PR Quality Checklist