-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtest-workflow.json
More file actions
36 lines (36 loc) · 985 Bytes
/
test-workflow.json
File metadata and controls
36 lines (36 loc) · 985 Bytes
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
{
"name": "Test Helicone Node",
"nodes": [
{
"parameters": {
"provider": "openai",
"openaiApiKey": "{{ $env.OPENAI_API_KEY }}",
"openaiModel": "gpt-4o-mini",
"messages": "[{\"role\": \"user\", \"content\": \"Hello! Please tell me a short joke.\"}]",
"maxTokens": 100,
"temperature": 0.7,
"additionalOptions": {
"customProperties": "{\"test\": \"true\", \"environment\": \"development\"}",
"sessionId": "test-session-123",
"sessionName": "Test Session",
"enableCaching": false
}
},
"id": "helicone-test",
"name": "Helicone Test",
"type": "helicone",
"typeVersion": 1,
"position": [240, 300],
"credentials": {
"heliconeApi": {
"id": "helicone-credentials",
"name": "Helicone API"
}
}
}
],
"connections": {},
"active": false,
"settings": {},
"versionId": "test-version"
}