Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fedor-intercom committed May 7, 2024
1 parent d3a8290 commit 52ce5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/aws/langchain_aws/chat_models/bedrock.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ def _generate(
)
else:
prompt = ChatPromptAdapter.convert_messages_to_prompt(
provider=provider, messages=messages
provider=provider, messages=messages, model=self._get_model()
)

if stop:
Expand Down

0 comments on commit 52ce5c5

Please sign in to comment.