This repository was archived by the owner on Aug 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,9 @@ OAUTH2_CLIENT_ID=[<client-id>]
8484OAUTH2_CLIENT_SECRET=[< client-secret> ]
8585OAUTH2_SCOPE=[< oauth2-scope> ]
8686
87+ HTTP_PROXY=[< http-proxy-url> ]
8788HTTPS_PROXY=[< https-proxy-url> ]
89+ NO_PROXY=[< no-proxy-url> ]
8890
8991# if using AWS Bedrock
9092LLM_PROVIDER=bedrock-anthropic
Original file line number Diff line number Diff line change @@ -76,7 +76,9 @@ OAUTH2_CLIENT_ID=[<client-id>]
7676OAUTH2_CLIENT_SECRET=[< client-secret> ]
7777OAUTH2_SCOPE=[< oauth2-scope> ]
7878
79+ HTTP_PROXY=[< http-proxy-url> ]
7980HTTPS_PROXY=[< https-proxy-url> ]
81+ NO_PROXY=[< no-proxy-url> ]
8082
8183# if using AWS Bedrock
8284LLM_PROVIDER=bedrock-anthropic
Original file line number Diff line number Diff line change @@ -87,7 +87,9 @@ OAUTH2_CLIENT_ID=[<client-id>]
8787OAUTH2_CLIENT_SECRET=[< client-secret> ]
8888OAUTH2_SCOPE=[< oauth2-scope> ]
8989
90+ HTTP_PROXY=[< http-proxy-url> ]
9091HTTPS_PROXY=[< https-proxy-url> ]
92+ NO_PROXY=[< no-proxy-url> ]
9193
9294# if using AWS Bedrock
9395LLM_PROVIDER=bedrock-anthropic
Original file line number Diff line number Diff line change @@ -82,7 +82,9 @@ OAUTH2_CLIENT_ID=[<client-id>]
8282OAUTH2_CLIENT_SECRET=[< client-secret> ]
8383OAUTH2_SCOPE=[< oauth2-scope> ]
8484
85+ HTTP_PROXY=[< http-proxy-url> ]
8586HTTPS_PROXY=[< https-proxy-url> ]
87+ NO_PROXY=[< no-proxy-url> ]
8688
8789# if using AWS Bedrock
8890LLM_PROVIDER=bedrock-anthropic
You can’t perform that action at this time.
0 commit comments