Update .env.template

BROWSE_CHUNK_MAX_LENGTH default value
This commit is contained in:
Maiko Bossuyt
2023-04-14 10:33:34 +02:00
committed by GitHub
parent 25509f9d25
commit e147788c72

View File

@@ -4,7 +4,7 @@
# EXECUTE_LOCAL_COMMANDS - Allow local command execution (Example: False)
EXECUTE_LOCAL_COMMANDS=False
# BROWSE_CHUNK_MAX_LENGTH - When browsing website, define the length of chunk stored in memory
BROWSE_CHUNK_MAX_LENGTH=4000
BROWSE_CHUNK_MAX_LENGTH=8192
# BROWSE_SUMMARY_MAX_TOKEN - Define the maximum length of the summary generated by GPT agent when browsing website
BROWSE_SUMMARY_MAX_TOKEN=300
# USER_AGENT - Define the user-agent used by the requests library to browse website (string)