AutoGPT
AutoGPT copied to clipboard
feat(blocks) Add finetune block
Background
Changes 🏗️
PR Quality Scorecard ✨
- [x] Have you used the PR description template?
+2 pts - [ ] Is your pull request atomic, focusing on a single change?
+5 pts - [ ] Have you linked the GitHub issue(s) that this PR addresses?
+5 pts - [ ] Have you documented your changes clearly and comprehensively?
+5 pts - [ ] Have you changed or added a feature?
-4 pts- [ ] Have you added/updated corresponding documentation?
+4 pts - [ ] Have you added/updated corresponding integration tests?
+5 pts
- [ ] Have you added/updated corresponding documentation?
- [ ] Have you changed the behavior of AutoGPT?
-5 pts- [ ] Have you also run
agbenchmarkto verify that these changes do not regress performance?+10 pts
- [ ] Have you also run
Deploy Preview for auto-gpt-docs canceled.
| Name | Link |
|---|---|
| Latest commit | e651781e01c89c3dd1820bc4ce0d10539b5108e9 |
| Latest deploy log | https://app.netlify.com/sites/auto-gpt-docs/deploys/66b060ebc3d9980008a92bf7 |
CI Failure Feedback 🧐
(Checks updated until commit https://github.com/Significant-Gravitas/AutoGPT/commit/e651781e01c89c3dd1820bc4ce0d10539b5108e9)
|
Action: test (3.10, windows, postgres) |
|
Failed stage: Run Linter [❌] |
|
Failure summary: The action failed because the linter detected issues with the import statements in the file json is unused.The command poetry run isort --diff --check --profile black . returned a non-zero exit status 1, indicating that the imports need to be fixed. |
Relevant error logs:
|
✨ CI feedback usage guide:
The CI feedback tool (/checks) automatically triggers when a PR has a failed check.
The tool analyzes the failed checks and provides several feedbacks:
- Failed stage
- Failed test name
- Failure summary
- Relevant error logs
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
/checks "https://github.com/{repo_name}/actions/runs/{run_number}/job/{job_number}"
where {repo_name} is the name of the repository, {run_number} is the run number of the failed check, and {job_number} is the job number of the failed check.
Configuration options
enable_auto_checks_feedback- if set to true, the tool will automatically provide feedback when a check is failed. Default is true.excluded_checks_list- a list of checks to exclude from the feedback, for example: ["check1", "check2"]. Default is an empty list.enable_help_text- if set to true, the tool will provide a help message with the feedback. Default is true.persistent_comment- if set to true, the tool will overwrite a previous checks comment with the new feedback. Default is true.final_update_message- ifpersistent_commentis true and updating a previous checks message, the tool will also create a new message: "Persistent checks updated to latest commit". Default is true.
See more information about the checks tool in the docs.
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request.
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly.
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request.