☁️API LLM general link
LLM
The API version of the model chain, compatible with all API interfaces.
Pack: comfyui_LLM_party
custom_nodes.comfyui_LLM_party
Inputs (22)
| Name | Type | Required |
|---|---|---|
| system_prompt | STRING | required |
| user_prompt | STRING | required |
| model | CUSTOM | required |
| temperature | FLOAT | required |
| is_memory | COMBO | required |
| is_tools_in_sys_prompt | COMBO | required |
| is_locked | COMBO | required |
| main_brain | COMBO | required |
| max_length | INT | required |
| system_prompt_input | STRING | optional |
| user_prompt_input | STRING | optional |
| tools | STRING | optional |
| file_content | STRING | optional |
| images | IMAGE | optional |
| imgbb_api_key | STRING | optional |
| conversation_rounds | INT | optional |
| historical_record | COMBO | optional |
| is_enable | BOOLEAN | optional |
| extra_parameters | DICT | optional |
| user_history | STRING | optional |
| img_URL | STRING | optional |
| stream | BOOLEAN | optional |