diff --git a/openapi.yaml b/openapi.yaml index 89381843..eec3742e 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -10120,10 +10120,7 @@ components: default: 1 example: 1 nullable: true - description: &run_top_p_description | - An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered. - - We generally recommend altering this or temperature but not both. + description: *run_top_p_description response_format: $ref: "#/components/schemas/AssistantsApiResponseFormatOption" nullable: true @@ -10211,10 +10208,7 @@ components: default: 1 example: 1 nullable: true - description: &run_top_p_description | - An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered. - - We generally recommend altering this or temperature but not both. + description: *run_top_p_description response_format: $ref: "#/components/schemas/AssistantsApiResponseFormatOption" nullable: true @@ -10684,10 +10678,7 @@ components: default: 1 example: 1 nullable: true - description: &run_top_p_description | - An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered. - - We generally recommend altering this or temperature but not both. + description: *run_top_p_description stream: type: boolean nullable: true