File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
automatic-speech-recognition Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export interface AutomaticSpeechRecognitionParameters {
2929 /**
3030 * Parametrization of the text generation process
3131 */
32- generate ?: GenerationParameters ;
32+ generation_parameters ?: GenerationParameters ;
3333 /**
3434 * Whether to output corresponding timestamps with the generated text
3535 */
Original file line number Diff line number Diff line change 2424 "type" : " boolean" ,
2525 "description" : " Whether to output corresponding timestamps with the generated text"
2626 },
27- "generate " : {
27+ "generation_parameters " : {
2828 "description" : " Parametrization of the text generation process" ,
2929 "$ref" : " /inference/schemas/common-definitions.json#/definitions/GenerationParameters"
3030 }
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export interface ImageToTextParameters {
2828 /**
2929 * Parametrization of the text generation process
3030 */
31- generate ?: GenerationParameters ;
31+ generation_parameters ?: GenerationParameters ;
3232 /**
3333 * The amount of maximum tokens to generate.
3434 */
Original file line number Diff line number Diff line change 2323 "type" : " integer" ,
2424 "description" : " The amount of maximum tokens to generate."
2525 },
26- "generate " : {
26+ "generation_parameters " : {
2727 "description" : " Parametrization of the text generation process" ,
2828 "$ref" : " /inference/schemas/common-definitions.json#/definitions/GenerationParameters"
2929 }
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export interface TextToAudioParameters {
2828 /**
2929 * Parametrization of the text generation process
3030 */
31- generate ?: GenerationParameters ;
31+ generation_parameters ?: GenerationParameters ;
3232 [ property : string ] : unknown ;
3333}
3434
Original file line number Diff line number Diff line change 2020 "description" : " Additional inference parameters for Text To Audio" ,
2121 "type" : " object" ,
2222 "properties" : {
23- "generate " : {
23+ "generation_parameters " : {
2424 "description" : " Parametrization of the text generation process" ,
2525 "$ref" : " /inference/schemas/common-definitions.json#/definitions/GenerationParameters"
2626 }
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export interface TextToSpeechParameters {
2828 /**
2929 * Parametrization of the text generation process
3030 */
31- generate ?: GenerationParameters ;
31+ generation_parameters ?: GenerationParameters ;
3232 [ property : string ] : unknown ;
3333}
3434
Original file line number Diff line number Diff line change 2020 "description" : " Additional inference parameters for Text To Speech" ,
2121 "type" : " object" ,
2222 "properties" : {
23- "generate " : {
23+ "generation_parameters " : {
2424 "description" : " Parametrization of the text generation process" ,
2525 "$ref" : " /inference/schemas/common-definitions.json#/definitions/GenerationParameters"
2626 }
You can’t perform that action at this time.
0 commit comments