Skip to content
This repository was archived by the owner on Feb 28, 2026. It is now read-only.

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