From 3d4b16b8a417f54eadf870c02183240ad6231a6b Mon Sep 17 00:00:00 2001 From: sarthakdeshpande Date: Mon, 10 Mar 2025 14:13:56 +0530 Subject: [PATCH] chore: precommit changes --- llama_stack/providers/remote/inference/together/together.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/llama_stack/providers/remote/inference/together/together.py b/llama_stack/providers/remote/inference/together/together.py index 1ff700e8b..cab4ec0cb 100644 --- a/llama_stack/providers/remote/inference/together/together.py +++ b/llama_stack/providers/remote/inference/together/together.py @@ -1,3 +1,9 @@ +# Copyright (c) Meta Platforms, Inc. and affiliates. +# All rights reserved. +# +# This source code is licensed under the terms described in the LICENSE file in +# the root directory of this source tree. + from typing import AsyncGenerator, List, Optional, Union from together import AsyncTogether