mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 07:32:36 +00:00
remove _model suffix
This commit is contained in:
parent
2b6aa71a21
commit
aa5061602f
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ class CommonModelFields(BaseModel):
|
|||
|
||||
class ModelType(Enum):
|
||||
llm = "llm"
|
||||
embedding_model = "embedding_model"
|
||||
embedding_model = "embedding"
|
||||
|
||||
|
||||
@json_schema_type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue