@pipedream/openai 0.1.9 → 0.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -34,67 +34,67 @@ export default {
34
34
  },
35
35
  {
36
36
  "label": "Arabic (Algeria)",
37
- "value": "ar-dz"
37
+ "value": "ar-dz",
38
38
  },
39
39
  {
40
40
  "label": "Arabic (Bahrain)",
41
- "value": "ar-bh"
41
+ "value": "ar-bh",
42
42
  },
43
43
  {
44
44
  "label": "Arabic (Egypt)",
45
- "value": "ar-eg"
45
+ "value": "ar-eg",
46
46
  },
47
47
  {
48
48
  "label": "Arabic (Iraq)",
49
- "value": "ar-iq"
49
+ "value": "ar-iq",
50
50
  },
51
51
  {
52
52
  "label": "Arabic (Jordan)",
53
- "value": "ar-jo"
53
+ "value": "ar-jo",
54
54
  },
55
55
  {
56
56
  "label": "Arabic (Kuwait)",
57
- "value": "ar-kw"
57
+ "value": "ar-kw",
58
58
  },
59
59
  {
60
60
  "label": "Arabic (Lebanon)",
61
- "value": "ar-lb"
61
+ "value": "ar-lb",
62
62
  },
63
63
  {
64
64
  "label": "Arabic (Libya)",
65
- "value": "ar-ly"
65
+ "value": "ar-ly",
66
66
  },
67
67
  {
68
68
  "label": "Arabic (Morocco)",
69
- "value": "ar-ma"
69
+ "value": "ar-ma",
70
70
  },
71
71
  {
72
72
  "label": "Arabic (Oman)",
73
- "value": "ar-om"
73
+ "value": "ar-om",
74
74
  },
75
75
  {
76
76
  "label": "Arabic (Qatar)",
77
- "value": "ar-qa"
77
+ "value": "ar-qa",
78
78
  },
79
79
  {
80
80
  "label": "Arabic (Saudi Arabia)",
81
- "value": "ar-sa"
81
+ "value": "ar-sa",
82
82
  },
83
83
  {
84
84
  "label": "Arabic (Syria)",
85
- "value": "ar-sy"
85
+ "value": "ar-sy",
86
86
  },
87
87
  {
88
88
  "label": "Arabic (Tunisia)",
89
- "value": "ar-tn"
89
+ "value": "ar-tn",
90
90
  },
91
91
  {
92
92
  "label": "Arabic (U.A.E.)",
93
- "value": "ar-ae"
93
+ "value": "ar-ae",
94
94
  },
95
95
  {
96
96
  "label": "Arabic (Yemen)",
97
- "value": "ar-ye"
97
+ "value": "ar-ye",
98
98
  },
99
99
  {
100
100
  "label": "Assamese",
@@ -22,7 +22,7 @@ const pipelineAsync = promisify(stream.pipeline);
22
22
 
23
23
  export default {
24
24
  name: "Create Transcription",
25
- version: "0.0.8",
25
+ version: "0.0.9",
26
26
  key: "openai-create-transcription",
27
27
  description: "Transcribes audio into the input language. [See docs here](https://platform.openai.com/docs/api-reference/audio/create).",
28
28
  type: "action",
@@ -9,7 +9,7 @@ const langOptions = lang.LANGUAGES.map((l) => ({
9
9
  export default {
10
10
  ...common,
11
11
  name: "Translate Text",
12
- version: "0.0.5",
12
+ version: "0.0.6",
13
13
  key: "openai-translate-text",
14
14
  description: "Translate text from one language to another using the Chat API",
15
15
  type: "action",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/openai",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Pipedream OpenAI Components",
5
5
  "main": "app/openai.app.mjs",
6
6
  "keywords": [