Skip to content

2.3.15 Satellite: AutoGPT

av edited this page Sep 25, 2024 · 2 revisions

Handle: autogpt URL: http://localhost:34061

Discord FollowTwitter FollowLicense: MIT

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.

Starting

# [Optional] pre-pull the image
harbor pull autogpt

# Start the service
harbor up autogpt

Configuration

You can adjust override.env in the AutoGPT workspace to configure the service.

# 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
Clone this wiki locally