newrelic / newrelic-python-agent

New Relic Python Agent
https://docs.newrelic.com/docs/agents/python-agent
Apache License 2.0
176 stars 99 forks source link

Add support for llama3 #1147

Closed hmstepanek closed 4 months ago

hmstepanek commented 4 months ago

Overview

llama3 is the same parsing as llama2 so just drop the number from the key to support both.

github-actions[bot] commented 4 months ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON bandit 1 0 5.03s
✅ PYTHON black 1 0 0 0.91s
✅ PYTHON flake8 1 0 0.54s
✅ PYTHON isort 1 0 0 0.19s
✅ PYTHON pylint 1 0 3.25s

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.69%. Comparing base (93ad043) to head (8c6bb58).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1147 +/- ## ========================================== - Coverage 81.71% 81.69% -0.03% ========================================== Files 192 192 Lines 21345 21345 Branches 3715 3715 ========================================== - Hits 17442 17437 -5 - Misses 2818 2822 +4 - Partials 1085 1086 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.