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 +20
-0
lines changed Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,11 @@ AZURE_O1_DEPLOYMENT_NAME=[<o1-preview-deployment-name>]
7070# # gpt-4-turbo is optional: it’s expensive but provides better reviews than gpt-4o
7171AZURE_GPT4TURBO_DEPLOYMENT_NAME=[< gpt-4-turbo-deployment-name, modelVersion: turbo-2024-04-09> ]
7272
73+ # if using AWS Bedrock
74+ AWS_ACCESS_KEY_ID=< aws-access-key>
75+ AWS_SECRET_ACCESS_KEY=< aws-secret-access-key>
76+ AWS_REGION=< aws-region>
77+
7378TEMP_PATH=/cache
7479
7580AST_GREP_RULES_PATH=/home/jailuser/ast-grep-rules
Original file line number Diff line number Diff line change @@ -60,6 +60,11 @@ AZURE_O1_MINI_DEPLOYMENT_NAME=[<o1-mini-deployment-name>] # Optional
6060AZURE_O1_DEPLOYMENT_NAME=[< o1-preview-deployment-name> ] # Optional: Provides best reviews but very expensive
6161AZURE_GPT4TURBO_DEPLOYMENT_NAME=[< gpt-4-turbo-deployment-name> ] # Optional: modelVersion: turbo-2024-04-09
6262
63+ # if using AWS Bedrock
64+ AWS_ACCESS_KEY_ID=< aws-access-key>
65+ AWS_SECRET_ACCESS_KEY=< aws-secret-access-key>
66+ AWS_REGION=< aws-region>
67+
6368# System Configuration
6469TEMP_PATH=/cache
6570AST_GREP_RULES_PATH=/home/jailuser/ast-grep-rules
Original file line number Diff line number Diff line change @@ -73,6 +73,11 @@ AZURE_O1_DEPLOYMENT_NAME=[<o1-preview-deployment-name>]
7373# # gpt-4-turbo is optional: it’s expensive but provides better reviews than gpt-4o
7474AZURE_GPT4TURBO_DEPLOYMENT_NAME=[< gpt-4-turbo-deployment-name, modelVersion: turbo-2024-04-09> ]
7575
76+ # if using AWS Bedrock
77+ AWS_ACCESS_KEY_ID=< aws-access-key>
78+ AWS_SECRET_ACCESS_KEY=< aws-secret-access-key>
79+ AWS_REGION=< aws-region>
80+
7681# if using Anthropic
7782LLM_PROVIDER=anthropic
7883LLM_TIMEOUT=360000
Original file line number Diff line number Diff line change @@ -69,6 +69,11 @@ AZURE_O1_DEPLOYMENT_NAME=<o1-preview-deployment-name>
6969# # gpt-4-turbo is optional: it’s expensive but provides better reviews
7070AZURE_GPT4TURBO_DEPLOYMENT_NAME=[< gpt-4-turbo-deployment-name, modelVersion: turbo-2024-04-09> ]
7171
72+ # if using AWS Bedrock
73+ AWS_ACCESS_KEY_ID=< aws-access-key>
74+ AWS_SECRET_ACCESS_KEY=< aws-secret-access-key>
75+ AWS_REGION=< aws-region>
76+
7277# if using Anthropic
7378LLM_PROVIDER=anthropic
7479LLM_TIMEOUT=360000
You can’t perform that action at this time.
0 commit comments