hdkiller / Auto-GPT-SystemInfo

A plugin for Auto-GPT which injects information about the operation system
MIT License
65 stars 18 forks source link

WARNING: SystemInformationPlugin: EXECUTE_LOCAL_COMMANDS is false. System information will not be added to the context. #7

Open Deatheye opened 1 year ago

Deatheye commented 1 year ago

I'm using the stable version of auto-gpt. starting auto-gpt: NEWS: From now on, we will be focusing on major improvements rather NEWS: than bugfixes, as we feel stability has reached a reasonable level. Most remaining NEWS: issues relate to limitations in prompt generation and the memory system, which will be NEWS: the focus of our efforts for the next release. NEWS:
NEWS:
Starting Telegram Listener... WARNING: SystemInformationPlugin: EXECUTE_LOCAL_COMMANDS is false. System information will not be added to the context.

auto-gpt .env file looks like this: ################################################################################

AUTO-GPT - GENERAL SETTINGS

################################################################################

EXECUTE_LOCAL_COMMANDS - Allow local command execution (Default: False)

RESTRICT_TO_WORKSPACE - Restrict file operations to workspace ./auto_gpt_workspace (Default: True)

EXECUTE_LOCAL_COMMANDS=true

RESTRICT_TO_WORKSPACE=True

I'm running auto-gpt inside docker on a windows 10 system.