ComfyUI Node
AddDataModelToLLLm
A ComfyUI node in ETK/LLM/LiteLLM with 3 inputs and 1 output.
AddDataModelToLLLm
- model
- data_model
- Litellm model
◄codeclass UserModel(BaseModel):
name: str= Field(..., description='The name of the person')
age: int
►
CategoryETK/LLM/LiteLLM
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| model | LITELLM_MODEL | anthropic/claude-3-haiku-20240307 | — |
| codeopt | STRING | class UserModel(BaseModel): name: str= Field(..., description='The name of the person') age: int | — |
| data_modelopt | DATA_MODEL | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| Litellm model | LITELLM_MODEL | — |