1 write to _textGenerationService
Microsoft.ML.GenAI.Phi (1)
Phi3\Phi3CausalLMChatCompletionService.cs (1)
26
_textGenerationService
= new Phi3CausalLMTextGenerationService(pipeline);
3 references to _textGenerationService
Microsoft.ML.GenAI.Phi (3)
Phi3\Phi3CausalLMChatCompletionService.cs (3)
30
public IReadOnlyDictionary<string, object?> Attributes =>
_textGenerationService
.Attributes;
39
var replies = await
_textGenerationService
.GetTextContentsAsync(prompt, executionSettings, kernel, cancellationToken);
52
await foreach (var reply in
_textGenerationService
.GetStreamingTextContentsAsync(prompt, executionSettings, kernel, cancellationToken))