Spaces:
Runtime error
Runtime error
Commit
·
49767aa
1
Parent(s):
462f2d4
Update .env.template
Browse files- .env.template +4 -4
.env.template
CHANGED
|
@@ -2,9 +2,9 @@
|
|
| 2 |
### AUTO-GPT - GENERAL SETTINGS
|
| 3 |
################################################################################
|
| 4 |
# EXECUTE_LOCAL_COMMANDS - Allow local command execution (Example: False)
|
| 5 |
-
EXECUTE_LOCAL_COMMANDS=
|
| 6 |
# RESTRICT_TO_WORKSPACE - Restrict file operations to workspace ./auto_gpt_workspace (Default: True)
|
| 7 |
-
RESTRICT_TO_WORKSPACE=
|
| 8 |
# BROWSE_CHUNK_MAX_LENGTH - When browsing website, define the length of chunk stored in memory
|
| 9 |
BROWSE_CHUNK_MAX_LENGTH=8192
|
| 10 |
# USER_AGENT - Define the user-agent used by the requests library to browse website (string)
|
|
@@ -21,7 +21,7 @@ AI_SETTINGS_FILE=ai_settings.yaml
|
|
| 21 |
# TEMPERATURE - Sets temperature in OpenAI (Default: 0)
|
| 22 |
# USE_AZURE - Use Azure OpenAI or not (Default: False)
|
| 23 |
OPENAI_API_KEY=your-openai-api-key
|
| 24 |
-
TEMPERATURE=0
|
| 25 |
USE_AZURE=False
|
| 26 |
|
| 27 |
### AZURE
|
|
@@ -149,7 +149,7 @@ GITHUB_USERNAME=your-github-username
|
|
| 149 |
# HEADLESS_BROWSER - Whether to run the browser in headless mode (defaults to True)
|
| 150 |
# Note: set this to either 'chrome', 'firefox', or 'safari' depending on your current browser
|
| 151 |
# USE_WEB_BROWSER=chrome
|
| 152 |
-
|
| 153 |
|
| 154 |
### GOOGLE
|
| 155 |
# GOOGLE_API_KEY - Google API key (Example: my-google-api-key)
|
|
|
|
| 2 |
### AUTO-GPT - GENERAL SETTINGS
|
| 3 |
################################################################################
|
| 4 |
# EXECUTE_LOCAL_COMMANDS - Allow local command execution (Example: False)
|
| 5 |
+
EXECUTE_LOCAL_COMMANDS=True
|
| 6 |
# RESTRICT_TO_WORKSPACE - Restrict file operations to workspace ./auto_gpt_workspace (Default: True)
|
| 7 |
+
RESTRICT_TO_WORKSPACE=False
|
| 8 |
# BROWSE_CHUNK_MAX_LENGTH - When browsing website, define the length of chunk stored in memory
|
| 9 |
BROWSE_CHUNK_MAX_LENGTH=8192
|
| 10 |
# USER_AGENT - Define the user-agent used by the requests library to browse website (string)
|
|
|
|
| 21 |
# TEMPERATURE - Sets temperature in OpenAI (Default: 0)
|
| 22 |
# USE_AZURE - Use Azure OpenAI or not (Default: False)
|
| 23 |
OPENAI_API_KEY=your-openai-api-key
|
| 24 |
+
TEMPERATURE=0.3
|
| 25 |
USE_AZURE=False
|
| 26 |
|
| 27 |
### AZURE
|
|
|
|
| 149 |
# HEADLESS_BROWSER - Whether to run the browser in headless mode (defaults to True)
|
| 150 |
# Note: set this to either 'chrome', 'firefox', or 'safari' depending on your current browser
|
| 151 |
# USE_WEB_BROWSER=chrome
|
| 152 |
+
HEADLESS_BROWSER=False
|
| 153 |
|
| 154 |
### GOOGLE
|
| 155 |
# GOOGLE_API_KEY - Google API key (Example: my-google-api-key)
|