3 references to _eotToken
Microsoft.ML.GenAI.Phi (3)
Phi3\Phi3CausalLMChatClient.cs (3)
41
options.StopSequences.Add(
_eotToken
);
45
options.StopSequences = [
_eotToken
];
58
options.StopSequences.Add(
_eotToken
);