forked from enescingoz/awesome-n8n-templates
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTranslate Telegram audio messages with AI (55 supported languages).json
More file actions
370 lines (370 loc) · 6.94 KB
/
Copy pathTranslate Telegram audio messages with AI (55 supported languages).json
File metadata and controls
370 lines (370 loc) · 6.94 KB
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
{
"id": "IvgAFAUOSI3biT4L",
"meta": {
"instanceId": "2723a3a635131edfcb16103f3d4dbaadf3658e386b4762989cbf49528dccbdbd"
},
"name": "Translate Telegram audio messages with AI (55 supported languages) v1",
"tags": [],
"nodes": [
{
"id": "f91fa0cf-ea01-4fc0-9ef2-754da399b7fb",
"name": "Telegram Trigger",
"type": "n8n-nodes-base.telegramTrigger",
"position": [
440,
220
],
"webhookId": "c537cfcc-6c4a-436a-8871-d32f8ce016cb",
"parameters": {
"updates": [
"*"
],
"additionalFields": {}
},
"credentials": {
"telegramApi": {
"id": "Ov00cT0t4h4AFtZ0",
"name": "Telegram account"
}
},
"typeVersion": 1
},
{
"id": "057ae05f-2c7d-48c5-a057-a6917a88971c",
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
1240,
0
],
"parameters": {
"width": 556.5162909529794,
"height": 586.6978417266175,
"content": "## Translation\n\n- Converts from speech to text.\n\n- Translates the language from the native language to translated language (as specified in settings node)\n\n"
},
"typeVersion": 1
},
{
"id": "c6947668-118e-4e23-bc55-1cdbce554a20",
"name": "Text reply",
"type": "n8n-nodes-base.telegram",
"position": [
2240,
220
],
"parameters": {
"text": "={{ $json.text }}",
"chatId": "={{ $('Telegram Trigger').item.json.message.chat.id }}",
"additionalFields": {
"parse_mode": "Markdown"
}
},
"credentials": {
"telegramApi": {
"id": "Ov00cT0t4h4AFtZ0",
"name": "Telegram account"
}
},
"typeVersion": 1
},
{
"id": "93551aea-0213-420d-bf82-7669ab291dae",
"name": "Telegram1",
"type": "n8n-nodes-base.telegram",
"position": [
1060,
220
],
"parameters": {
"fileId": "={{ $('Telegram Trigger').item.json.message.voice.file_id }}",
"resource": "file"
},
"credentials": {
"telegramApi": {
"id": "Ov00cT0t4h4AFtZ0",
"name": "Telegram account"
}
},
"typeVersion": 1.1
},
{
"id": "972177e4-b0a4-424f-9ca6-6555ff3271d7",
"name": "OpenAI Chat Model",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
1520,
400
],
"parameters": {
"options": {}
},
"credentials": {
"openAiApi": {
"id": "fOF5kro9BJ6KMQ7n",
"name": "OpenAi account"
}
},
"typeVersion": 1
},
{
"id": "0e8f610f-03a7-4943-bd19-b3fb10c89519",
"name": "Input Error Handling",
"type": "n8n-nodes-base.set",
"position": [
860,
220
],
"parameters": {
"fields": {
"values": [
{
"name": "message.text",
"stringValue": "={{ $json?.message?.text || \"\" }}"
}
]
},
"options": {}
},
"typeVersion": 3.2
},
{
"id": "c8ab9e01-c9b5-4647-8008-9157ed97c4c3",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
1920,
0
],
"parameters": {
"width": 585.8688089385912,
"height": 583.7625899280566,
"content": "## Telegram output\n\n- Provide the output in both text as well as speech. \n\n- Many languages are supported including English,French, German, Spanish, Chinese, Japanese.\n\nFull list here:\nhttps://platform.openai.com/docs/guides/speech-to-text/supported-languages\n"
},
"typeVersion": 1
},
{
"id": "0898dc4d-c3ad-43df-871f-1896f673f631",
"name": "Sticky Note2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-140,
0
],
"parameters": {
"color": 4,
"width": 489.00549958607303,
"height": 573.4892086330929,
"content": "## Multi-lingual AI Powered Universal Translator with Speech ⭐\n\n### Key capabilities\nThis flow enables a Telegram bot that can \n- accept speech in one of 55 languages \n- translates to another language and returns result in speech\n\n### Use case:\n- Learning a new language\n- Communicate with others while traveling to another country\n\n### Setup\n- Open the Settings node and specify the languages you would like to work with"
},
"typeVersion": 1
},
{
"id": "ae0595d2-7e40-4c1e-a643-4b232220d19a",
"name": "Settings",
"type": "n8n-nodes-base.set",
"position": [
660,
220
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "501ac5cc-73e8-4e9c-bf91-df312aa9ff88",
"name": "language_native",
"type": "string",
"value": "english"
},
{
"id": "efb9a7b2-5baa-44cc-b94d-c8030f17e890",
"name": "language_translate",
"type": "string",
"value": "french"
}
]
}
},
"typeVersion": 3.3
},
{
"id": "2d3654cf-a182-4916-a50c-a501828c2f6e",
"name": "Auto-detect and translate",
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"position": [
1500,
220
],
"parameters": {
"text": "=Detect the language of the text that follows. \n- If it is {{ $('Settings').item.json.language_native }} translate to {{ $('Settings').item.json.language_translate }}. \n- If it is in {{ $('Settings').item.json.language_translate }} translate to {{ $('Settings').item.json.language_native }} . \n- In the output just provide the translation and do not explain it. Just provide the translation without anything else.\n\nText:\n {{ $json.text }}\n",
"promptType": "define"
},
"typeVersion": 1.4
},
{
"id": "a6e63516-4967-4e81-ba5b-58ad0ab21ee3",
"name": "Audio reply",
"type": "n8n-nodes-base.telegram",
"position": [
2240,
400
],
"parameters": {
"chatId": "={{ $('Telegram Trigger').item.json.message.chat.id }}",
"operation": "sendAudio",
"binaryData": true,
"additionalFields": {}
},
"credentials": {
"telegramApi": {
"id": "Ov00cT0t4h4AFtZ0",
"name": "Telegram account"
}
},
"typeVersion": 1.1
},
{
"id": "e4782117-03de-41d2-9208-390edc87fc08",
"name": "OpenAI2",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
1300,
220
],
"parameters": {
"options": {},
"resource": "audio",
"operation": "transcribe"
},
"credentials": {
"openAiApi": {
"id": "fOF5kro9BJ6KMQ7n",
"name": "OpenAi account"
}
},
"typeVersion": 1.3
},
{
"id": "b29355f5-122c-4557-8215-28fdb523d221",
"name": "OpenAI",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
2020,
400
],
"parameters": {
"input": "={{ $json.text }}",
"options": {},
"resource": "audio"
},
"credentials": {
"openAiApi": {
"id": "fOF5kro9BJ6KMQ7n",
"name": "OpenAi account"
}
},
"typeVersion": 1.3
}
],
"active": true,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "ac9c6f40-10c8-4b60-9215-8d4e253bf318",
"connections": {
"OpenAI": {
"main": [
[
{
"node": "Audio reply",
"type": "main",
"index": 0
}
]
]
},
"OpenAI2": {
"main": [
[
{
"node": "Auto-detect and translate",
"type": "main",
"index": 0
}
]
]
},
"Settings": {
"main": [
[
{
"node": "Input Error Handling",
"type": "main",
"index": 0
}
]
]
},
"Telegram1": {
"main": [
[
{
"node": "OpenAI2",
"type": "main",
"index": 0
}
]
]
},
"Telegram Trigger": {
"main": [
[
{
"node": "Settings",
"type": "main",
"index": 0
}
]
]
},
"OpenAI Chat Model": {
"ai_languageModel": [
[
{
"node": "Auto-detect and translate",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Input Error Handling": {
"main": [
[
{
"node": "Telegram1",
"type": "main",
"index": 0
}
]
]
},
"Auto-detect and translate": {
"main": [
[
{
"node": "Text reply",
"type": "main",
"index": 0
},
{
"node": "OpenAI",
"type": "main",
"index": 0
}
]
]
}
}
}