mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 08:44:44 +00:00
add model type
This commit is contained in:
parent
310c15bada
commit
b896be2311
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ class ModelInput(CommonModelFields):
|
|||
provider_id: Optional[str] = None
|
||||
provider_model_id: Optional[str] = None
|
||||
model_type: Optional[ModelType] = ModelType.llm
|
||||
|
||||
model_config = ConfigDict(protected_namespaces=())
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue