Update plugins/gptold.js
Browse files- plugins/gptold.js +2 -2
plugins/gptold.js
CHANGED
@@ -29,13 +29,13 @@ import got from "got";
|
|
29 |
* type: string
|
30 |
* - in: query
|
31 |
* name: language
|
32 |
-
* required:
|
33 |
* description: The language of the audio being transcribed or translated.
|
34 |
* schema:
|
35 |
* type: string
|
36 |
* - in: query
|
37 |
* name: task
|
38 |
-
* required:
|
39 |
* description: Supported tasks are 'translate' or 'transcribe'.
|
40 |
* schema:
|
41 |
* type: string
|
|
|
29 |
* type: string
|
30 |
* - in: query
|
31 |
* name: language
|
32 |
+
* required: false
|
33 |
* description: The language of the audio being transcribed or translated.
|
34 |
* schema:
|
35 |
* type: string
|
36 |
* - in: query
|
37 |
* name: task
|
38 |
+
* required: false
|
39 |
* description: Supported tasks are 'translate' or 'transcribe'.
|
40 |
* schema:
|
41 |
* type: string
|