heshengtao / comfyui_LLM_party

LLM Agent Framework in ComfyUI includes Omost,GPT-sovits, ChatTTS,GOT-OCR2.0, and FLUX prompt nodes,access to Feishu,discord,and adapts to all llms with similar openai/gemini interfaces, such as o1,ollama, grok, qwen, GLM, deepseek, moonshot,doubao. Adapted to local llms, vlm, gguf such as llama-3.2, Linkage neo4j KG, graphRAG / RAG / html 2 img
GNU Affero General Public License v3.0
1.06k stars 94 forks source link

add nodes: parser & get value #32

Closed guobalove closed 4 months ago

guobalove commented 4 months ago

CA0F6A61BE62FD892BD1615C32B46159

json_parser

输入: json文件路径 需要查询的键(可选) 输出: json文件整体内容 根据键返回的值

json_get_value

输入: test:json格式的字符串 key:需要查询的键(必须 输出: content:根据键返回的值