-
Notifications
You must be signed in to change notification settings - Fork 321
gptel-bedrock: aws profile keyword argument #925
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This extends the previous AWS_PROFILE based get-credentials implementation to allow explicit setting of the profile
Pinging @akssri, @felipeochoa: do you have any comments about this PR? |
Is the idea that you might have different gptel instances running different profiles? Or what does this buy over just calling |
- You should change L534 to
```(or profile (getenv ....))```
so that envvars can be overridden.
- Nit: remove whitespace edit on L632
Otherwise LGTM
On ಜುಲೈ 10, 2025 02:07:11 ಪೂರ್ವಾಹ್ನ GMT+09:00, karthink ***@***.***> wrote:
karthink left a comment (karthink/gptel#925)
Pinging @akssri, @felipeochoa: do you have any comments about this PR?
--
Reply to this email directly or view it on GitHub:
#925 (comment)
You are receiving this because you were mentioned.
Message ID: ***@***.***>
- ಅಕ್ಷಯ
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
|
@akssri added a commit to swap the precedence of argument and environment variable. @felipeochoa users may wish to use a separate aws profile for gptel compared to other activities triggered from emacs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Hello, I noticed this pull request after submitting my own, (#996). Both PRs address the same goal of adding an optional Comparison of Implementations
I'm happy to discuss these differences and consolidate our efforts. Thank you for your work on this |
(Moved to #1053) |
Closing in favor of #1053. |
This extends the previous AWS_PROFILE based get-credentials implementation to allow explicit setting of the profile