Skip to content

Commit

Permalink
Merge branch 'main' into fix-parsing-error
Browse files Browse the repository at this point in the history
  • Loading branch information
umaannamalai authored May 21, 2024
2 parents ad8483b + 6d30f32 commit acd91f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newrelic/hooks/external_botocore.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ def extract_bedrock_cohere_model_streaming_response(response_body, bedrock_attrs
extract_bedrock_claude_model_streaming_response,
),
(
"meta.llama2",
"meta.llama",
extract_bedrock_llama_model_request,
extract_bedrock_llama_model_response,
extract_bedrock_llama_model_streaming_response,
Expand Down

0 comments on commit acd91f1

Please sign in to comment.