-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathapp.json
710 lines (710 loc) · 22 KB
/
app.json
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
{
"_comment": "This file is generated. Please edit .homeycompose/app.json instead.",
"id": "com.openai.ChatGPT",
"version": "1.6.5",
"compatibility": ">=5.0.0",
"sdk": 3,
"platforms": [
"local"
],
"name": {
"en": "OpenAI"
},
"description": {
"en": "Interact with ChatGPT and generate images with DALL·E through flows.",
"no": "Snakk med ChatGPT og generer bilder med DALL·E ved hjelp av flows."
},
"category": [
"internet"
],
"permissions": [],
"images": {
"small": "/assets/images/small.png",
"large": "/assets/images/large.png",
"xlarge": "/assets/images/xlarge.png"
},
"contributing": {
"donate": {
"githubSponsors": {
"username": "frodeheg"
}
}
},
"author": {
"name": "Frode Heggelund",
"email": "[email protected]"
},
"contributors": {
"developers": [
{
"name": "Frode Heggelund",
"email": "[email protected]"
},
{
"name": "Tor Kreutzer"
},
{
"name": "Pim Louwers"
},
{
"name": "Pixy.org",
"what": "Artwork",
"url": "https://pixy.org"
}
],
"translators": [
{
"name": "🇳🇴 🇬🇧 Frode Heggelund"
},
{
"name": "🇬🇧 Tor Kreutzer"
}
]
},
"api": {
"updateLog": {
"method": "GET",
"path": "/updateLog",
"public": false
}
},
"tags": {
"en": [
"OpenAI",
"ChatGPT",
"text",
"DALLE",
"images"
]
},
"brandColor": "#050505",
"source": "https://github.com/frodeheg/OpenAI",
"homeyCommunityTopicId": 74750,
"flow": {
"triggers": [
{
"title": {
"en": "ChatGPT has a partial response",
"no": "ChatGPT har et delsvar"
},
"titleFormatted": {
"en": "ChatGPT has a partial response",
"no": "ChatGPT har et delsvar"
},
"hint": {
"en": "When ChatGPT is answering a question the first partial answer will trigger this card. The proceeding partial answers will be delayed until the flow action 'Tell ChatGPT to send next partial response' is called. This is to ensure that the text-to-speech engine has time to finish processing a partial answer before a new one arrives.",
"no": "Når ChatGPT svarer på et spørsmål, vil det første delsvaret utløse dette kortet. De videre delsvarene vil bli forsinket til flythandlingen 'Be ChatGPT om å sende neste delsvar' kalles. Dette er for å sikre at tekst-til-tale-motoren rekker å fullføre behandlingen av et delsvar før et nytt kommer."
},
"highlight": true,
"tokens": [
{
"name": "ChatGPT_Response",
"type": "string",
"title": {
"en": "ChatGPT Partial Response",
"no": "ChatGPT Delsvar"
},
"example": {
"en": "I can answer all your questions",
"no": "Jeg kan svaret på alle dine spørsmål"
}
}
],
"id": "chatGPT-answers"
},
{
"title": {
"en": "ChatGPT has finished answering",
"no": "ChatGPT har fullført svaret"
},
"titleFormatted": {
"en": "ChatGPT has finished answering",
"no": "ChatGPT har fullført svaret"
},
"hint": {
"en": "This card will only trigger when all the partial answers have been received. This could take some time if you ask for something like a fairytale.\n\nWarning: The response string may be too long to be accepted by a text-to-voice assistant.",
"no": "Dette kortet vil først utløses når alle delsvarene er mottatt. Dette kan ta litt tid hvis du ber om noe som et eventyr.\n\nAdvarsel: Respons-teksten kan være for lang til å bli akseptert av tekst-til-tale assistenter."
},
"tokens": [
{
"name": "ChatGPT_FullResponse",
"type": "string",
"title": {
"en": "ChatGPT Full Response",
"no": "ChatGPT Fullt svar"
},
"example": {
"en": "I can answer all your questions",
"no": "Jeg kan svaret på alle dine spørsmål"
}
}
],
"id": "chatGPT-complete"
},
{
"title": {
"en": "A webhook triggered",
"no": "En webhook ble utløst"
},
"titleFormatted": {
"en": "A webhook triggered with a flag and a message",
"no": "En webhook ble utløst med et flagg og en beskjed"
},
"hint": {
"en": "Use webhooks to allow for other input sources to this app. See the app settings help section to see what the webhook address is. If you add a flag then you can for example use it to choose whether or not to forward the text to image generation or to ChatGPT",
"no": "Bruk en webhook for å tillate andre input-kilder til denne appen. Se i appens instillinger under hjelp for å se hva webhook adressen er. Legger du ved et flagg kan du for eksempel bruke det for å velge om det skal genereres bilde eller sende tekst til ChatGPT."
},
"highlight": true,
"tokens": [
{
"name": "flag",
"type": "string",
"title": {
"en": "Flag",
"no": "Flagg"
},
"example": {
"en": "The flag is a custom identifier appended to the webhook address with &flag=nnnn",
"no": "Flagget er en valgfri identifakor som legges til webhook-adressen med &flag=nnnn"
}
},
{
"name": "message",
"type": "string",
"title": {
"en": "Message",
"no": "Beskjed"
},
"example": {
"en": "The message is sent to the webhook either with &message=nnnn or in POST form as a forwarded mail.",
"no": "Beskjeden sendes enten til webhooken med &message=nnnn eller med POST i form av en videresendt epost."
}
}
],
"id": "webhook-triggered"
}
],
"actions": [
{
"title": {
"en": "Ask ChatGPT a question and _WAIT_ for the full answer (returns: string)",
"no": "Spør ChatGPT et spørsmål og _VENT_ på hele svaret (returnerer: tekst)"
},
"titleFormatted": {
"en": "Ask ChatGPT the question [[Question]] and _WAIT_ for the full answer",
"no": "Spør ChatGPT spørsmålet [[Question]] og _VENT_ på hele svaret"
},
"hint": {
"en": "This is a very slow operation and should ONLY be used if you don't need a quick response, also the answer is not appropriate for text-to-speech clients who can't handle responses longer than ~200 characters. For this, you should use partial responses instead.\n\nThe question provided with this flow card will be sent to ChatGPT for processing. When completed, the answer will be returned in the text Token {{ChatGPT_FullResponse}}.",
"no": "Dette er en veldig treg operasjon og bør KUN brukes hvis du ikke trenger et raskt svar. Svaret er heller ikke egnet for tekst-til-tale-klienter som ikke kan håndtere svar lengre enn ~200 tegn. For dette bør du bruke delvise svar i stedet.\n\nSpørsmålet som følger med dette flytkortet vil bli sendt til ChatGPT for behandling. Når det er fullført, vil svaret bli returnert i teksten Token {{ChatGPT_FullResponse}}."
},
"args": [
{
"type": "text",
"name": "Question",
"title": {
"en": "Question to ask ChatGPT",
"no": "Spørsmål å spille ChatGPT"
},
"placeholder": {
"en": "question",
"no": "spørsmål"
}
}
],
"tokens": [
{
"name": "ChatGPT_FullResponse",
"type": "string",
"title": {
"en": "ChatGPT Full Response",
"no": "ChatGPT Fullt svar"
},
"example": {
"en": "I can answer all your questions",
"no": "Jeg kan svaret på alle dine spørsmål"
}
}
],
"id": "ask-chatgpt-a-question-advanced"
},
{
"title": {
"en": "Ask ChatGPT a question and trigger partial responses",
"no": "Spør ChatGPT et spørsmål og utløs delsvar"
},
"titleFormatted": {
"en": "Ask ChatGPT the question [[Question]] and trigger partial responses",
"no": "Spør ChatGPT spørsmålet [[Question]] og utløs delsvar"
},
"hint": {
"en": "The question provided with this flow card will be sent to ChatGPT for processing. A trigger card is then triggered once the first partial answer arrive. Then when you have finished processing the partial response, you need to tell ChatGPT to send the next partial answer to trigger the next partial answer.",
"no": "Spørsmålet som følger med dette flytkortet vil bli sendt til ChatGPT for behandling. Et triggerkort utløses så når det første delsvaret kommer. Når du er ferdig med å behandle det delsvaret må du fortelle ChatGPT at den må sende det neste delsvaret for å utløse det neste delsvaret."
},
"highlight": true,
"args": [
{
"type": "text",
"name": "Question",
"title": {
"en": "Question to ask ChatGPT",
"no": "Spørsmål å spille ChatGPT"
},
"placeholder": {
"en": "question",
"no": "spørsmål"
}
}
],
"id": "ask-chatgpt-a-question-simple"
},
{
"title": {
"en": "Tell ChatGPT to send next partial response",
"no": "Be ChatGPT om å sende neste delsvar"
},
"titleFormatted": {
"en": "Tell ChatGPT to send next partial response",
"no": "Be ChatGPT om å sende neste delsvar"
},
"hint": {
"en": "The pending partial responses are delayed until requested by this action. This is to prevent the text-to-speech device to be overwhelmed with commands.",
"no": "De ventende delsvarene blir forsinket til de blir etterspurt av denne handlingen. Dette er for å forhindre at tekst-til-tale-enheten blir overlesset med kommandoer."
},
"highlight": true,
"id": "flush-queue"
},
{
"title": {
"en": "Generate an image from a text string and return it",
"no": "Lag et bilde fra en tekst og returner det"
},
"titleFormatted": {
"en": "Generate an image of size [[size]] from the text [[description]] and return it",
"no": "Lag et bilde med størrelse [[size]] fra teksten [[description]] og returner det"
},
"hint": {
"en": "Uses DALL·E to generate images according to your description.",
"no": "Bruk DALL·E for å generere bilder i henhold til den gitte beskrivelsen"
},
"args": [
{
"type": "dropdown",
"name": "size",
"title": {
"en": "Image Size",
"no": "Dimensjoner"
},
"values": [
{
"id": "256",
"label": {
"en": "256x256 (DALL-E-2)"
}
},
{
"id": "512",
"label": {
"en": "512x512 (DALL-E-2)"
}
},
{
"id": "1024",
"label": {
"en": "1024x1024"
}
},
{
"id": "1024x1792",
"label": {
"en": "1024x1792 (DALL-E-3)"
}
},
{
"id": "1792x1024",
"label": {
"en": "1792x1024 (DALL-E-3)"
}
}
]
},
{
"type": "text",
"name": "description",
"placeholder": {
"en": "Description",
"no": "Beskrivelse"
}
}
],
"tokens": [
{
"name": "DALLE_Image",
"type": "image",
"title": {
"en": "DALL·E Image",
"no": "DALL·E Bilde"
},
"example": {
"en": "An image generated from the input text.",
"no": "Et bilde generert fra teksten som ble gitt som input."
}
}
],
"id": "generate-an-image"
},
{
"id": "send_question",
"title": {
"en": "Send question to chatbot",
"no": "Send et spørsmål til chatbotten"
},
"titleFormatted": {
"en": "Send the question [[question]] to the chatbot and return the answer",
"no": "Send spørsmålet [[question]] til chatbotten og returner svaret"
},
"args": [
{
"type": "device",
"name": "device",
"filter": "driver_id=chatbot"
},
{
"name": "question",
"type": "text"
}
],
"tokens": [
{
"name": "message",
"type": "string",
"title": {
"en": "Message",
"no": "Melding"
},
"example": {
"en": "The answer.",
"no": "Svaret."
}
}
]
},
{
"id": "clear_history",
"title": {
"en": "Clear chat history",
"no": "Fjern historikken"
},
"args": [
{
"type": "device",
"name": "device",
"filter": "driver_id=chatbot"
}
]
},
{
"id": "prompt",
"title": {
"en": "Send prompt to completion bot",
"no": "Send en tekst for fullføring til kompleterrings botten"
},
"titleFormatted": {
"en": "Send prompt [[prompt]] to completion bot and return the answer",
"no": "Send teksten [[prompt]] for fullføring til kompleterrings botten og returner svaret"
},
"args": [
{
"type": "device",
"name": "device",
"filter": "driver_id=completionbot"
},
{
"name": "prompt",
"type": "text"
}
],
"tokens": [
{
"name": "completion",
"type": "string",
"title": {
"en": "Completion",
"no": "Komplettering"
},
"example": {
"en": "The text completion.",
"no": "Tekst for komplettering."
}
}
]
}
]
},
"drivers": [
{
"name": {
"en": "ChatBot"
},
"class": "other",
"capabilities": [],
"platforms": [
"local"
],
"connectivity": [],
"images": {
"small": "/drivers/chatbot/assets/images/small.png",
"large": "/drivers/chatbot/assets/images/large.png",
"xlarge": "/drivers/chatbot/assets/images/xlarge.png"
},
"pair": [
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
}
},
{
"id": "add_devices",
"template": "add_devices"
}
],
"id": "chatbot",
"settings": [
{
"type": "group",
"label": {
"en": "ChatBot Settings"
},
"children": [
{
"id": "model",
"type": "dropdown",
"label": {
"en": "Model"
},
"value": "gpt-3.5-turbo",
"values": [
{
"id": "gpt-4o",
"label": {
"en": "gpt-4o"
}
},
{
"id": "gpt-4o-mini",
"label": {
"en": "gpt-4o-mini"
}
},
{
"id": "gpt-4",
"label": {
"en": "gpt-4"
}
},
{
"id": "gpt-4-turbo",
"label": {
"en": "gpt-4-turbo"
}
},
{
"id": "gpt-4-turbo-preview",
"label": {
"en": "gpt-4-turbo-preview"
}
},
{
"id": "gpt-3.5-turbo",
"label": {
"en": "gpt-3.5-turbo"
}
}
]
},
{
"id": "max_tokens",
"type": "number",
"label": {
"en": "Max Token Limit"
},
"hint": {
"en": "The maximum number of output tokens allowed for the generated answer. By default, the number of tokens the model can return will be 4096"
},
"value": 2000,
"min": 20,
"max": 4096
},
{
"id": "temperature",
"type": "number",
"label": {
"en": "Temperature"
},
"hint": {
"en": "Defines the creativity of the responses. 0.0 is deterministic, 1.0 is the most creative."
},
"value": 0.7,
"min": 0,
"max": 1
},
{
"id": "system_message",
"type": "text",
"label": {
"en": "System message"
},
"hint": {
"en": "Typically, a conversation is formatted with a system message first. The system message helps set the behavior of the assistant."
},
"value": "You are a helpful assistant."
},
{
"id": "timeout",
"type": "number",
"label": {
"en": "Timeout in milliseconds"
},
"hint": {
"en": "Timeout in milliseconds before failing the request."
},
"value": 30000
},
{
"id": "response_format",
"type": "dropdown",
"label": {
"en": "Response format"
},
"hint": {
"en": "Specifying the format that the model must output."
},
"value": "text",
"values": [
{
"id": "text",
"label": {
"en": "Text"
}
},
{
"id": "json_object",
"label": {
"en": "JSON"
}
}
]
}
]
}
]
},
{
"name": {
"en": "CompletionBot"
},
"class": "other",
"capabilities": [],
"platforms": [
"local"
],
"connectivity": [],
"images": {
"small": "/drivers/completionbot/assets/images/small.png",
"large": "/drivers/completionbot/assets/images/large.png",
"xlarge": "/drivers/completionbot/assets/images/xlarge.png"
},
"pair": [
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
}
},
{
"id": "add_devices",
"template": "add_devices"
}
],
"id": "completionbot",
"settings": [
{
"type": "group",
"label": {
"en": "CompletionBot Settings"
},
"children": [
{
"id": "model",
"type": "dropdown",
"label": {
"en": "Model"
},
"value": "gpt-3.5-turbo-instruct",
"values": [
{
"id": "gpt-3.5-turbo-instruct",
"label": {
"en": "gpt-3.5-turbo-instruct"
}
},
{
"id": "davinci-002",
"label": {
"en": "davinci-002"
}
},
{
"id": "babbage",
"label": {
"en": "babbage-002"
}
}
]
},
{
"id": "max_tokens",
"type": "number",
"label": {
"en": "Max Token Limit"
},
"hint": {
"en": "The maximum number of tokens allowed for the generated answer. By default, the number of tokens the model can return will be (2049 - prompt tokens)"
},
"value": 2049,
"min": 20,
"max": 2049
},
{
"id": "temperature",
"type": "number",
"label": {
"en": "Temperature"
},
"hint": {
"en": "Defines the creativity of the responses. 0.0 is deterministic, 1.0 is the most creative."
},
"value": 0.7,
"min": 0,
"max": 1
},
{
"id": "timeout",
"type": "number",
"label": {
"en": "Timeout in milliseconds"
},
"hint": {
"en": "Timeout in milliseconds before failing the request."
},
"value": 30000
}
]
}
]
}
]
}