mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-01 22:54:31 +00:00
delete
This commit is contained in:
parent
8a576d7d72
commit
b3060ce8a1
4 changed files with 7 additions and 13 deletions
|
|
@ -5,14 +5,12 @@
|
|||
# the root directory of this source tree.
|
||||
|
||||
from enum import Enum
|
||||
from typing import Any, Dict, List
|
||||
|
||||
from llama_stack.apis.common.type_system import (
|
||||
ChatCompletionInputType,
|
||||
CompletionInputType,
|
||||
StringType,
|
||||
)
|
||||
from llama_stack.distribution.datatypes import Api
|
||||
|
||||
|
||||
class ColumnName(Enum):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue