Metadata-Version: 2.1
Name: llm-node-comfyui
Version: 0.0.1
Summary: UniversalLLMNode is a custom node for ComfyUI that provides a unified interface to use multiple major LLM APIs, including OpenAI, Anthropic (Claude), Google Gemini, Groq, and Mistral. It is ideal for tasks such as automatically generating high-quality SDXL prompts for image generation.
Home-page: https://github.com/R5-Revo/llm-node-comfyui
Requires-Python: >=3.10
Requires-Dist: openai>=1.0.0
Requires-Dist: anthropic>=0.5.0
Requires-Dist: google-generativeai>=0.3.1
