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