Skip to content

Commit

Permalink
Add support for llama3
Browse files Browse the repository at this point in the history
  • Loading branch information
hmstepanek committed May 20, 2024
1 parent 93ad043 commit 8c6bb58
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 8c6bb58

Please sign in to comment.