Metadata-Version: 2.1
Name: comfyui-openai-node
Version: 0.0.1
Summary: This provides a single node openai > Open AI query node
that takes a system prompt and user message and sends them to chatGPT 3.5
Note, you MUST have an OPEN AI API key stored in the environment variable OPENAI_API_KEY in order for this to work.
Home-page: https://github.com/nagolinc/comfyui_openai_node
Requires-Python: >=3.10
Requires-Dist: openai
