Skip to content

OpenAI.Request.MaxTokens

Andrew Lambert edited this page Feb 8, 2023 · 3 revisions

OpenAI.Request.MaxTokens

Property declaration

 Dim MaxTokens As Integer

Remarks

Limits the number of tokens the AI will use in responding to your request.

Corresponds to the max_tokens API parameter.

See also

Clone this wiki locally