Skip to content

Commit

Permalink
fix bedrock test (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 authored Dec 13, 2024
1 parent 7ade6a2 commit 46d3795
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/components/extractors/test_llm_metadata_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ def test_to_dict_aws_bedrock(self, boto3_session_mock):
"strict": False,
},
"model": "meta.llama.test",
"model_family": None,
"max_length": 100,
"truncate": False,
"streaming_callback": None,
Expand Down

0 comments on commit 46d3795

Please sign in to comment.