-
Notifications
You must be signed in to change notification settings - Fork 44.4k
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
Update cassette submodule #4601
Merged
Pwuts
merged 2 commits into
Significant-Gravitas:master
from
waynehamadi:update-submodule
Jun 6, 2023
Merged
Update cassette submodule #4601
Pwuts
merged 2 commits into
Significant-Gravitas:master
from
waynehamadi:update-submodule
Jun 6, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
waynehamadi
force-pushed
the
update-submodule
branch
from
June 6, 2023 21:16
f611dab
to
138270e
Compare
waynehamadi
force-pushed
the
update-submodule
branch
from
June 6, 2023 21:18
138270e
to
bc2a32c
Compare
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #4601 +/- ##
=======================================
Coverage 69.52% 69.52%
=======================================
Files 72 72
Lines 3551 3551
Branches 569 569
=======================================
Hits 2469 2469
Misses 892 892
Partials 190 190 ☔ View full report in Codecov by Sentry. |
k-boikov
approved these changes
Jun 6, 2023
lc0rp
added a commit
that referenced
this pull request
Jun 19, 2023
Co-authored-by: Reinier van der Leer <[email protected]> Co-authored-by: Nicholas Tindle <[email protected]> Co-authored-by: Nicholas Tindle <[email protected]> Co-authored-by: k-boikov <[email protected]> Co-authored-by: merwanehamadi <[email protected]> Co-authored-by: Merwane Hamadi <[email protected]> Co-authored-by: Richard Beales <[email protected]> Co-authored-by: Luke K <[email protected]> Co-authored-by: Luke K (pr-0f3t) <[email protected]> Co-authored-by: Erik Peterson <[email protected]> Co-authored-by: Auto-GPT-Bot <[email protected]> Co-authored-by: Benny van der Lans <[email protected]> Co-authored-by: Jan <[email protected]> Co-authored-by: Robin Richtsfeld <[email protected]> Co-authored-by: Marc Bornträger <[email protected]> Co-authored-by: Stefan Ayala <[email protected]> Co-authored-by: javableu <[email protected]> Co-authored-by: DGdev91 <[email protected]> Co-authored-by: Kinance <[email protected]> Co-authored-by: digger yu <[email protected]> Co-authored-by: David <[email protected]> Co-authored-by: gravelBridge <[email protected]> Fix Python CI "update cassettes" step (#4591) fix CI (#4596) Fix inverted logic for deny_command (#4563) fix current_score.json generation (#4601) Fix duckduckgo rate limiting (#4592) Fix debug code challenge (#4632) Fix issues with information retrieval challenge a (#4622) fix issues with env configuration and .env.template (#4630) Fix prompt issue causing 'No Command' issues and challenge to fail (#4623) Fix benchmark logs (#4653) Fix typo in docs/setup.md (#4613) Fix run.sh shebang (#4561) Fix autogpt docker image not working because missing prompt_settings (#4680) Fix execute_command coming from plugins (#4730)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Background
Master now needs to be in sync with this commit Significant-Gravitas/Auto-GPT-test-cassettes@dbea803
Changes
The change allows to get rid of useless commits. Sometimes we need to edit the current_score.json and it adds a new line, but when we create the current_score.json automatically the new line is not added, leading to stupid commits:
Documentation
Test Plan
PR Quality Checklist