Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
vblagoje committed Mar 1, 2024
1 parent 8321a4a commit ce65651
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class AmazonBedrockChatGenerator:
If you prefer non-streaming mode, simply remove the `streaming_callback` parameter, capture the return value of the
component's run method and the `AmazonBedrockChatGenerator` will return the response in a non-streaming mode.
"""

SUPPORTED_MODEL_PATTERNS: ClassVar[Dict[str, Type[BedrockModelChatAdapter]]] = {
r"anthropic.claude.*": AnthropicClaudeChatAdapter,
r"meta.llama2.*": MetaLlama2ChatAdapter,
Expand Down

0 comments on commit ce65651

Please sign in to comment.