mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
chore: prune mypy exclude list
This commit is contained in:
parent
9c751b6789
commit
ebecfe59e9
10 changed files with 26 additions and 37 deletions
|
@ -913,6 +913,7 @@ class OpenAIEmbeddingData(BaseModel):
|
|||
"""
|
||||
|
||||
object: Literal["embedding"] = "embedding"
|
||||
# TODO: consider dropping str and using openai.types.embeddings.Embedding instead of OpenAIEmbeddingData
|
||||
embedding: list[float] | str
|
||||
index: int
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue