From b6b0e78d9c920475f575a09be7b986c6ba258289 Mon Sep 17 00:00:00 2001 From: sarthakdeshpande Date: Sun, 9 Mar 2025 17:44:25 +0530 Subject: [PATCH] chore: pre-commit 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 f75aba69e..9ba00b8f6 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