mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-31 20:04:28 +01:00
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
This commit is contained in:
@@ -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)
|
||||
|
||||
1
autogpts/autogpt/.gitignore
vendored
1
autogpts/autogpt/.gitignore
vendored
@@ -1,7 +1,6 @@
|
||||
## Original ignores
|
||||
autogpt/keys.py
|
||||
autogpt/*.json
|
||||
auto_gpt_workspace/*
|
||||
*.mpeg
|
||||
.env
|
||||
azure.yaml
|
||||
|
||||
1
autogpts/forge/.gitignore
vendored
1
autogpts/forge/.gitignore
vendored
@@ -1,7 +1,6 @@
|
||||
## Original ignores
|
||||
autogpt/keys.py
|
||||
autogpt/*.json
|
||||
**/auto_gpt_workspace/*
|
||||
*.mpeg
|
||||
.env
|
||||
azure.yaml
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user