mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-05 21:30:40 +08:00
Merge pull request #1801 from darkdread/main
docs: include [aws] in .secrets.template
This commit is contained in:
@ -112,3 +112,8 @@ api_base = "" # Your Azure OpenAI service base URL (e.g., https://openai.xyz.co
|
|||||||
[openrouter]
|
[openrouter]
|
||||||
key = ""
|
key = ""
|
||||||
api_base = ""
|
api_base = ""
|
||||||
|
|
||||||
|
[aws]
|
||||||
|
AWS_ACCESS_KEY_ID = ""
|
||||||
|
AWS_SECRET_ACCESS_KEY = ""
|
||||||
|
AWS_REGION_NAME = ""
|
Reference in New Issue
Block a user