Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix duplicate of &run_top_p_description #288

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 3 additions & 12 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down