File size: 2,776 Bytes
f1e06e5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
  "last_node_id": 3,
  "last_link_id": 2,
  "nodes": [
    {
      "id": 1,
      "type": "OpenRouterNode",
      "pos": [400, 200],
      "size": [400, 400],
      "flags": {},
      "order": 0,
      "mode": 0,
      "inputs": [],
      "outputs": [
        {
          "name": "Output",
          "type": "STRING",
          "links": [1],
          "shape": 3,
          "slot_index": 0
        },
        {
          "name": "Stats",
          "type": "STRING",
          "links": [2],
          "shape": 3,
          "slot_index": 1
        },
        {
          "name": "Credits",
          "type": "STRING",
          "links": null,
          "shape": 3
        }
      ],
      "properties": {
        "Node name for S&R": "OpenRouterNode"
      },
      "widgets_values": [
        "",
        "You are a helpful AI assistant. Please provide thoughtful and accurate responses.",
        "Hello! Let's have a conversation.",
        "openai/gpt-3.5-turbo",
        false,
        true,
        false,
        1,
        "auto",
        true
      ]
    },
    {
      "id": 2,
      "type": "ShowText|pysssss",
      "pos": [850, 200],
      "size": [400, 200],
      "flags": {},
      "order": 1,
      "mode": 0,
      "inputs": [
        {
          "name": "text",
          "type": "STRING",
          "link": 1
        }
      ],
      "outputs": [
        {
          "name": "STRING",
          "type": "STRING",
          "links": null,
          "shape": 6
        }
      ],
      "properties": {
        "Node name for S&R": "ShowText|pysssss"
      },
      "widgets_values": ["", ""]
    },
    {
      "id": 3,
      "type": "ShowText|pysssss",
      "pos": [850, 450],
      "size": [400, 100],
      "flags": {},
      "order": 2,
      "mode": 0,
      "inputs": [
        {
          "name": "text",
          "type": "STRING",
          "link": 2
        }
      ],
      "outputs": [
        {
          "name": "STRING",
          "type": "STRING",
          "links": null,
          "shape": 6
        }
      ],
      "properties": {
        "Node name for S&R": "ShowText|pysssss"
      },
      "widgets_values": ["", ""]
    }
  ],
  "links": [
    [1, 1, 0, 2, 0, "STRING"],
    [2, 1, 1, 3, 0, "STRING"]
  ],
  "groups": [
    {
      "title": "Chat Mode Example",
      "bounding": [380, 120, 900, 500],
      "color": "#3f789e",
      "font_size": 24,
      "locked": false
    }
  ],
  "config": {},
  "extra": {
    "workflow": {
      "title": "OpenRouter Chat Mode Example",
      "description": "This workflow demonstrates the chat mode feature. When chat mode is enabled, conversations are automatically saved and context is maintained across messages. Sessions expire after 1 hour of inactivity."
    }
  },
  "version": 0.4
}