-
-
Notifications
You must be signed in to change notification settings - Fork 101
2.3.15 Satellite: AutoGPT
av edited this page Nov 24, 2024
·
3 revisions
Handle:
autogpt
URL: http://localhost:34061
Note
Unfortunately, official Docker images are not configurable to run with local models, so this service support is half-baked.
AutoGPT is a powerful tool that lets you create and run intelligent agents. These agents can perform various tasks automatically, making your life easier.
# [Optional] pre-pull the image
harbor pull autogpt
# Start the service
harbor up autogpt
You can adjust override.env
in the AutoGPT workspace to configure the service. It can be done either via harbor env
or by editing the file directly.
# Use harbor env
harbor env autogpt variable value
# See the full path to the override.env file
echo $(harbor home)/autogpt/override.env
# Edit the file with your favorite editor
vscode $(harbor home)/autogpt/override.env