Metadata-Version: 2.1
Name: comfyui-openai-compat-llm-node
Version: 0.0.1
Summary: A ComfyUI custom node that provides integration with OpenAI-compatible Large Language Model APIs, including OpenAI, local models, and other compatible endpoints. Supports both text-only and multimodal (text + image) interactions.
Home-page: https://github.com/lxe/ComfyUI-OpenAI-Compat-LLM-Node
Requires-Python: >=3.10
Requires-Dist: requests>=2.32.3
Requires-Dist: Pillow>=11.2.1
Requires-Dist: numpy
