3 references to _eotToken
Microsoft.ML.GenAI.LLaMA (3)
Llama3CausalLMChatClient.cs (3)
36
options.StopSequences.Add(
_eotToken
);
40
options.StopSequences = new List<string> {
_eotToken
};
53
options.StopSequences.Add(
_eotToken
);