From 809173c3f563829415e1485f464ddb73ebd6bd11 Mon Sep 17 00:00:00 2001 From: Reinier van der Leer Date: Sat, 25 Nov 2023 16:21:21 +0100 Subject: [PATCH] docs: Update AutoGPT workspace location and other minor fixes - Update the `RESTRICT_TO_WORKSPACE` variable in `.env.template` to use the new workspace location - Update the `.gitignore` files to remove the old workspace directory - Update the `voice.md` file in the documentation to reflect the new command for speech mode --- autogpts/autogpt/.env.template | 2 +- autogpts/autogpt/.gitignore | 1 - autogpts/forge/.gitignore | 1 - docs/content/AutoGPT/configuration/voice.md | 2 +- 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/autogpts/autogpt/.env.template b/autogpts/autogpt/.env.template index 0ab9a4e55dbd..a8cbcd153bc2 100644 --- a/autogpts/autogpt/.env.template +++ b/autogpts/autogpt/.env.template @@ -10,7 +10,7 @@ OPENAI_API_KEY=your-openai-api-key ## EXECUTE_LOCAL_COMMANDS - Allow local command execution (Default: False) # EXECUTE_LOCAL_COMMANDS=False -## RESTRICT_TO_WORKSPACE - Restrict file operations to workspace ./auto_gpt_workspace (Default: True) +## RESTRICT_TO_WORKSPACE - Restrict file operations to workspace ./data/agents//workspace (Default: True) # RESTRICT_TO_WORKSPACE=True ## USER_AGENT - Define the user-agent used by the requests library to browse website (string) diff --git a/autogpts/autogpt/.gitignore b/autogpts/autogpt/.gitignore index 30555099c0f3..aaff758a03cf 100644 --- a/autogpts/autogpt/.gitignore +++ b/autogpts/autogpt/.gitignore @@ -1,7 +1,6 @@ ## Original ignores autogpt/keys.py autogpt/*.json -auto_gpt_workspace/* *.mpeg .env azure.yaml diff --git a/autogpts/forge/.gitignore b/autogpts/forge/.gitignore index c9a11fcef98b..afac6b07bc66 100644 --- a/autogpts/forge/.gitignore +++ b/autogpts/forge/.gitignore @@ -1,7 +1,6 @@ ## Original ignores autogpt/keys.py autogpt/*.json -**/auto_gpt_workspace/* *.mpeg .env azure.yaml diff --git a/docs/content/AutoGPT/configuration/voice.md b/docs/content/AutoGPT/configuration/voice.md index 8aa37d7b6a16..223a48def537 100644 --- a/docs/content/AutoGPT/configuration/voice.md +++ b/docs/content/AutoGPT/configuration/voice.md @@ -3,7 +3,7 @@ Enter this command to use TTS _(Text-to-Speech)_ for AutoGPT ```shell -python -m autogpt --speak +./autogpt.sh --speak ``` Eleven Labs provides voice technologies such as voice design, speech synthesis, and