llama-stack-mirror/src/llama_stack/providers/registry/file_processors.py
Alina Ryan c2f0db9128 fix: address first round of reviews
Signed-off-by: Alina Ryan <aliryan@redhat.com>
2025-11-25 19:44:59 -05:00

11 lines
307 B
Python

# 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 llama_stack_api import ProviderSpec
def available_providers() -> list[ProviderSpec]:
return []