mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-11 19:56:03 +00:00
fix typo
This commit is contained in:
parent
21765e99a0
commit
25b0298df5
2 changed files with 8 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ class Api(Enum, metaclass=DynamicApiMeta):
|
||||||
:cvar prompts: Prompt versions and management
|
:cvar prompts: Prompt versions and management
|
||||||
:cvar inspect: Built-in system inspection and introspection
|
:cvar inspect: Built-in system inspection and introspection
|
||||||
"""
|
"""
|
||||||
file_processing = "file_processing"
|
file_processors = "file_processors"
|
||||||
providers = "providers"
|
providers = "providers"
|
||||||
inference = "inference"
|
inference = "inference"
|
||||||
safety = "safety"
|
safety = "safety"
|
||||||
|
|
|
||||||
7
src/llama_stack/apis/file_processors/__init__.py
Normal file
7
src/llama_stack/apis/file_processors/__init__.py
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
# 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 .file_processors import FileProcessors
|
||||||
Loading…
Add table
Add a link
Reference in a new issue