remove _model suffix

This commit is contained in:
Dinesh Yeduguru 2024-12-11 08:45:26 -08:00
parent 2b6aa71a21
commit aa5061602f

View file

@ -23,7 +23,7 @@ class CommonModelFields(BaseModel):
class ModelType(Enum):
llm = "llm"
embedding_model = "embedding_model"
embedding_model = "embedding"
@json_schema_type