Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions workers/sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,13 @@ PROMPT_PORT=3003
X2TEXT_HOST=http://unstract-x2text-service
X2TEXT_PORT=3004

ADAPTER_LLMW_WAIT_TIMEOUT=900 # 15 mins
ADAPTER_LLMW_MAX_RETRIES=3
ADAPTER_LLMW_RETRY_MIN_WAIT=1.0
ADAPTER_LLMW_RETRY_MAX_WAIT=60.0
ADAPTER_LLMW_POLL_INTERVAL=30
ADAPTER_LLMW_MAX_POLLS=1000
Comment thread
chandrasekharan-zipstack marked this conversation as resolved.

# Tool Runner
UNSTRACT_RUNNER_HOST=http://unstract-runner
UNSTRACT_RUNNER_PORT=5002
Expand Down
Loading