Skip to content

Commit

Permalink
docs/Describegpt.md: typo 'a' --> 'an'
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmk committed Jul 14, 2023
1 parent 11e6aa7 commit 8186ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Describegpt.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Note that `--jsonl` may not be used alongside `--json`, nor may they both be set

## `--max-tokens <value>`

`--max-tokens` is a option that allows you to specify the maximum number of tokens in the completion **output**. This is limited by the maximum number of tokens allowed by the model including the input tokens.
`--max-tokens` is an option that allows you to specify the maximum number of tokens in the completion **output**. This is limited by the maximum number of tokens allowed by the model including the input tokens.

Input tokens may include the output of `qsv stats` and `qsv frequency` from your dataset, which can be large based on your dataset's size. Therefore we use `gpt-3.5-turbo-16k` as the default model for `describegpt` as it has a maximum token limit of 16,384.

Expand Down

0 comments on commit 8186ffd

Please sign in to comment.