Skip to content

Commit

Permalink
Format and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
viveksilimkhan1 committed Oct 30, 2023
1 parent 8c19225 commit b13b3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacy_llm/models/rest/bedrock/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def _verify_auth(self) -> None:
bedrock.list_foundation_models()
except NoCredentialsError:
raise NoCredentialsError

@property
def credentials(self) -> Dict[str, str]:
return self.get_session_kwargs()
Expand Down

0 comments on commit b13b3d9

Please sign in to comment.