comfyui_openai_node

comfyui_openai_node
★ 1

OpenAIChatGPTAPI调用文本生成
在ComfyUI中提供单节点OpenAI查询,发送system和user消息到ChatGPT(GPT-3.5),依赖环境变量OPENAI_API_KEY进行鉴权,便捷集成对话与文本生成。
💡 在ComfyUI流程中调用ChatGPT生成对话回复或处理文本指令。
🍴 4 Forks💻 Python🔄 2024-06-15
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/c73fe210bae7
📦 requirements.txt
openai
📄 README

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.