Skip to content

Commit

Permalink
add new config
Browse files Browse the repository at this point in the history
  • Loading branch information
spikelu2016 committed Jul 17, 2024
1 parent 60b64b3 commit f92d189
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cmd/bricksllm/.env
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ OPENAI_API_KEY=
CUSTOM_POLICY_DETECTION_TIMEOUT=10m
AMAZON_REGION=us-west-2
AMAZON_REQUEST_TIMEOUT=5s
AMAZON_CONNECTION_TIMEOUT=10s
AMAZON_CONNECTION_TIMEOUT=10s
REMOVE_USER_AGENT=false
3 changes: 2 additions & 1 deletion cmd/bricksllm/config_local.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
"custom_policy_detection_timeout": "10m",
"amazon_region": "us-west-2",
"amazon_request_timeout": "5s",
"amazon_connection_timeout": "10s"
"amazon_connection_timeout": "10s",
"remove_user_agent": false
}

0 comments on commit f92d189

Please sign in to comment.