-
Notifications
You must be signed in to change notification settings - Fork 44.5k
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
Refactor AIConfig to Sanitize Input for Goal Parameters #3492
Refactor AIConfig to Sanitize Input for Goal Parameters #3492
Commits on Apr 28, 2023
-
Update remove_color_codes to handle non-string input
The `remove_color_codes` function now accepts any type of input that can be cast to a string. Previously, it was only accepting string input and not casting non-string types to string which was causing errors in some cases. The changes were made to both logs.py and its corresponding test file.
Configuration menu - View commit details
-
Copy full SHA for d5cd0d1 - Browse repository at this point
Copy the full SHA d5cd0d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 095206e - Browse repository at this point
Copy the full SHA 095206eView commit details -
Refactor AIConfig to Sanitize Input for Goal Parameters
Details: - Modified `ai_config.py` to correctly handle and sanitize user input for AI goals and convert them to formatted strings, to fix an issue where some specially formatted ai_settings.yaml files were causing goals to load as list[dict] - `test_ai_config.py` includes a test for the `sanitize_input` function in `AIConfig` class. - Removed unnecessary tests from `test_logs.py`
Configuration menu - View commit details
-
Copy full SHA for 40c3f10 - Browse repository at this point
Copy the full SHA 40c3f10View commit details -
Merge branch 'fix_remove_colors_dict_bug' of https://github.com/pr-0f…
…3t/Auto-GPT into fix_remove_colors_dict_bug
Configuration menu - View commit details
-
Copy full SHA for cefa466 - Browse repository at this point
Copy the full SHA cefa466View commit details -
Merge branch 'master' of https://github.com/Significant-Gravitas/Auto…
…-GPT into fix_remove_colors_dict_bug
Configuration menu - View commit details
-
Copy full SHA for 10d5d1e - Browse repository at this point
Copy the full SHA 10d5d1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79eb5c3 - Browse repository at this point
Copy the full SHA 79eb5c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7eef912 - Browse repository at this point
Copy the full SHA 7eef912View commit details
Commits on Apr 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6716ff8 - Browse repository at this point
Copy the full SHA 6716ff8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a52d62f - Browse repository at this point
Copy the full SHA a52d62fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 187c9e6 - Browse repository at this point
Copy the full SHA 187c9e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3b5be4 - Browse repository at this point
Copy the full SHA a3b5be4View commit details
Commits on Apr 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0fd225b - Browse repository at this point
Copy the full SHA 0fd225bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b0efeb - Browse repository at this point
Copy the full SHA 1b0efebView commit details -
Merge branch 'fix_remove_colors_dict_bug' of https://github.com/pr-0f…
…3t/Auto-GPT into fix_remove_colors_dict_bug
Configuration menu - View commit details
-
Copy full SHA for 15a5fbc - Browse repository at this point
Copy the full SHA 15a5fbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40055a2 - Browse repository at this point
Copy the full SHA 40055a2View commit details