diff --git a/src/strands/models/llamaapi.py b/src/strands/models/llamaapi.py index b0825ecb6..00f7742d9 100644 --- a/src/strands/models/llamaapi.py +++ b/src/strands/models/llamaapi.py @@ -1,3 +1,4 @@ +# Copyright (c) Meta Platforms, Inc. and affiliates """Llama API model provider. - Docs: https://llama.developer.meta.com/ diff --git a/tests-integ/test_model_llamaapi.py b/tests-integ/test_model_llamaapi.py index 5cddc1a06..dad6919e2 100644 --- a/tests-integ/test_model_llamaapi.py +++ b/tests-integ/test_model_llamaapi.py @@ -1,3 +1,4 @@ +# Copyright (c) Meta Platforms, Inc. and affiliates import os import pytest diff --git a/tests/strands/models/test_llamaapi.py b/tests/strands/models/test_llamaapi.py index 2e1a920ab..9a69c4c15 100644 --- a/tests/strands/models/test_llamaapi.py +++ b/tests/strands/models/test_llamaapi.py @@ -1,3 +1,4 @@ +# Copyright (c) Meta Platforms, Inc. and affiliates import json import unittest.mock