Skip to content

Commit d1e9e8f

Browse files
logankilpatrickstainless-bot
authored andcommitted
chore(cli): fix typo in completions (#985)
1 parent cfb7e30 commit d1e9e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openai/cli/_api/completions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def register(subparser: _SubParsersAction[ArgumentParser]) -> None:
5757
)
5858
sub.add_argument(
5959
"--logprobs",
60-
help="Include the log probabilites on the `logprobs` most likely tokens, as well the chosen tokens. So for example, if `logprobs` is 10, the API will return a list of the 10 most likely tokens. If `logprobs` is 0, only the chosen tokens will have logprobs returned.",
60+
help="Include the log probabilities on the `logprobs` most likely tokens, as well the chosen tokens. So for example, if `logprobs` is 10, the API will return a list of the 10 most likely tokens. If `logprobs` is 0, only the chosen tokens will have logprobs returned.",
6161
type=int,
6262
)
6363
sub.add_argument(

0 commit comments

Comments
 (0)