AzureOpenAITokenizerParameters.AllowedSpecialTokens Property

Definition

(Optional) Only applies if the unit is set to azureOpenAITokens. This parameter defines a collection of special tokens that are permitted within the tokenization process.

public System.Collections.Generic.IList<string> AllowedSpecialTokens { get; }
member this.AllowedSpecialTokens : System.Collections.Generic.IList<string>
Public ReadOnly Property AllowedSpecialTokens As IList(Of String)

Property Value

Applies to