-
Notifications
You must be signed in to change notification settings - Fork 45.1k
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
Remove extra spaces in summarization prompt #4660
Remove extra spaces in summarization prompt #4660
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
✅ Deploy Preview for auto-gpt-docs canceled.
|
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #4660 +/- ##
==========================================
+ Coverage 70.01% 70.06% +0.05%
==========================================
Files 72 72
Lines 3598 3598
Branches 572 572
==========================================
+ Hits 2519 2521 +2
+ Misses 895 894 -1
+ Partials 184 183 -1
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
You changed AutoGPT's behaviour. The cassettes have been updated and will be merged to the submodule when this Pull Request gets merged. |
Background
Left some extra spaces in the summarization prompt when making the batch summarization change #4652
Changes
Removed the extra spaces
Test Plan
Reran the tests and succeeded
PR Quality Checklist