Skip to content
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

Not working with latest AutoGPT stable #19

Open
debonx opened this issue Nov 21, 2023 · 0 comments
Open

Not working with latest AutoGPT stable #19

debonx opened this issue Nov 21, 2023 · 0 comments

Comments

@debonx
Copy link

debonx commented Nov 21, 2023

Hey there,

tried all the setup options with latest AutoGPT stable. Following the docker method https://docs.agpt.co/autogpt/setups/docker-setup/#set-up-with-docker.

  1. My folder structure looks like this:

Screenshot 2023-11-21 at 09 34 26

  1. My docker-compose.yaml:

version: "3.9" services: auto-gpt: image: significantgravitas/auto-gpt env_file: - .env profiles: ["exclude-from-up"] volumes: - ./auto_gpt_workspace:/app/auto_gpt_workspace - ./data:/app/data - ./logs:/app/logs - ./plugins:/app/plugins - type: bind source: ./ai_settings.yaml target: /app/ai_settings.yaml - type: bind source: ./plugins_config.yaml target: /app/plugins_config.yaml

  1. I run as suggested with docker compose run --rm auto-gpt.

Problem

I get always in the loop triggering a web_search (see screenshot):

Screenshot 2023-11-21 at 09 37 19

It's curious that when I disable the plugin in plugins_config.yaml, it gives a warn about that. Therefore I assume that it's activated correctly otherwise.

Note: when I use postman to query the metaAPI I get the proper response.

Any help would be appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant