Uses of Class
bg.codexio.ai.openai.api.sdk.chat.TokenStage
-
Packages that use TokenStage Package Description bg.codexio.ai.openai.api.sdk.chat -
-
Uses of TokenStage in bg.codexio.ai.openai.api.sdk.chat
Methods in bg.codexio.ai.openai.api.sdk.chat that return TokenStage Modifier and Type Method Description TokenStageTokenStage. choices(int n)Configures nTokenStageTokenStage. max(int maxTokens)Configures maxTokensTokenStageTokenStage. stopAt(String... tokens)Configures stopTokenStageManualConfigurationStage. tokens()Configures maxTokens, stop and choices number.
-