Skip to content

Commit

Permalink
docs: Update AutoGPT workspace location and other minor fixes
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
Pwuts committed Nov 25, 2023
1 parent 8d12f3f commit 809173c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion autogpts/autogpt/.env.template
Original file line number Diff line number Diff line change
Expand Up @@ -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/<agent_id>/workspace (Default: True)
# RESTRICT_TO_WORKSPACE=True

## USER_AGENT - Define the user-agent used by the requests library to browse website (string)
Expand Down
1 change: 0 additions & 1 deletion autogpts/autogpt/.gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## Original ignores
autogpt/keys.py
autogpt/*.json
auto_gpt_workspace/*
*.mpeg
.env
azure.yaml
Expand Down
1 change: 0 additions & 1 deletion autogpts/forge/.gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## Original ignores
autogpt/keys.py
autogpt/*.json
**/auto_gpt_workspace/*
*.mpeg
.env
azure.yaml
Expand Down
2 changes: 1 addition & 1 deletion docs/content/AutoGPT/configuration/voice.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 809173c

Please sign in to comment.