mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 04:04:14 +00:00
Initial commit - yes!
This commit is contained in:
commit
f89b4b451d
79 changed files with 4718 additions and 0 deletions
20
llama_toolchain/models/api/endpoints.py
Normal file
20
llama_toolchain/models/api/endpoints.py
Normal file
|
@ -0,0 +1,20 @@
|
|||
# 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.
|
||||
|
||||
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This source code is licensed under the terms described found in the
|
||||
# LICENSE file in the root directory of this source tree.
|
||||
|
||||
from typing import Protocol
|
||||
|
||||
from pydantic import BaseModel # noqa: F401
|
||||
|
||||
from pyopenapi import webmethod # noqa: F401
|
||||
|
||||
|
||||
class Models(Protocol): ...
|
Loading…
Add table
Add a link
Reference in a new issue