Nodes/Eden.art nodesuite/Eden_GPTStructuredOutput
ComfyUI Node Runs on cloud

Eden_GPTStructuredOutput

A ComfyUI node in Eden 🌱 with 7 inputs and 1 output.

By edenartlabΒ·Created 3 years agoΒ·Updated 5 months agoΒ· 118
Eden_GPTStructuredOutput
    • STRING
    β—„promptGenerate a structured response about the given topicβ–Ί
    β—„system_promptYou are a helpful assistant that generates structured JSON responses.β–Ί
    β—„json_schema{ "type": "object", "properties": { "title": {"type": "string"}, "description": {"type": "string"}, "key_points": {"type": "array", "items": {"type": "string"}} }, "required": ["title", "description", "key_points"] }β–Ί
    β—„max_tokens1000β–Ί
    β—„modelgpt-4oβ–Ί
    β—„seed0β–Ί
    β—„temperature0.7β–Ί
    CategoryEden 🌱

    Inputs (7)

    NameTypeDefaultDescription
    promptSTRINGGenerate a structured response about the given topicβ€”
    system_promptSTRINGYou are a helpful assistant that generates structured JSON responses.β€”
    json_schemaSTRING{ "type": "object", "properties": { "title": {"type": "string"}, "description": {"type": "string"}, "key_points": {"type": "array", "items": {"type": "string"}} }, "required": ["title", "description", "key_points"] }β€”
    max_tokensINT10001–9223372036854776000β€”
    modelCOMBOgpt-4o2 options: gpt-4o, gpt-4-turbo
    seedINT00–9223372036854776000β€”
    temperatureoptFLOAT0.70–2β€”

    Outputs (1)

    NameTypeDescription
    STRINGSTRINGβ€”