randydev commited on
Commit
876a8b4
·
verified ·
1 Parent(s): ed2fa62

Update plugins/gptold.js

Browse files
Files changed (1) hide show
  1. 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: true
33
  * description: The language of the audio being transcribed or translated.
34
  * schema:
35
  * type: string
36
  * - in: query
37
  * name: task
38
- * required: true
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