-
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
Add File Downloading Capabilities #1680
Merged
p-i-
merged 18 commits into
Significant-Gravitas:master
from
sadmuphin:download-files-again
Apr 17, 2023
Merged
Add File Downloading Capabilities #1680
p-i-
merged 18 commits into
Significant-Gravitas:master
from
sadmuphin:download-files-again
Apr 17, 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
…to-GPT into download-files-again
sadmuphin
changed the title
Add File Downloading Capabilities #1581
Add File Downloading Capabilities
Apr 15, 2023
@nponeccop @richbeales Can you please review this, just to make sure everything's in order. Cheers. |
LGTM |
richbeales
reviewed
Apr 16, 2023
nponeccop
approved these changes
Apr 16, 2023
nponeccop
previously approved these changes
Apr 16, 2023
nponeccop
previously approved these changes
Apr 16, 2023
p-i-
approved these changes
Apr 17, 2023
laixiao
pushed a commit
to laixiao/Auto-GPT-code
that referenced
this pull request
Apr 18, 2023
* Added 'download_file' command * Added util and fixed spinner * Fixed comma and added autogpt/auto_gpt_workspace to .gitignore * Fix linter issues * Fix more linter issues * Fix Lint Issues * Added 'download_file' command * Added util and fixed spinner * Fixed comma and added autogpt/auto_gpt_workspace to .gitignore * Fix linter issues * Fix more linter issues * Conditionally add the 'download_file' prompt * Update args.py * Removed Duplicate Prompt * Switched to using path_in_workspace function
sindlinger
pushed a commit
to Orgsindlinger/Auto-GPT-WebUI
that referenced
this pull request
Sep 25, 2024
* Added 'download_file' command * Added util and fixed spinner * Fixed comma and added autogpt/auto_gpt_workspace to .gitignore * Fix linter issues * Fix more linter issues * Fix Lint Issues * Added 'download_file' command * Added util and fixed spinner * Fixed comma and added autogpt/auto_gpt_workspace to .gitignore * Fix linter issues * Fix more linter issues * Conditionally add the 'download_file' prompt * Update args.py * Removed Duplicate Prompt * Switched to using path_in_workspace function
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
This command will extend the power and functionality of Auto-GPT by allowing it to download files natively.
Changes
Documentation
Test Plan
Tested with:
Stress tested with:
PR Quality Checklist