Open Naveen-Annam-CMA opened 2 months ago
@Naveen-Annam-CMA
Sorry this issue went undiscovered by our team for so long. We've identified a bug (#1118) that causes the model fields set from the UI to not be applied until after the server is restarted. This almost certainly explains the issue you were experiencing.
I've opened a new PR to fix this: #1125. We hope to have this issue patched by early next week after folks return from Thanksgiving in the US.
I sincerely appreciate your patience. Thank you for using Jupyter AI!
Description:
We are using Amazon Bedrock Chat models as completion models within the jupyter-ai extension. The
profile_name
field in the UI appears to be ignored when we try to set our SSO profiles. It defaults to the personal profile (we have configured) from the credentials file, even though we manually specify a different SSO profile.We typically use
AWS_PROFILE
to set our SSO profiles, and we would like to understand why theprofile_name
field does not seem to apply the manually entered values.Environment:
profile_name
field is ignored, and the extension defaults to the personal profile in the credentials file.Request for Assistance:
profile_name
field in the UI is not functioning as expected for Bedrock Chat models.