HuggingFaceChatCompletionService Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
HuggingFace chat completion service.
public sealed class HuggingFaceChatCompletionService : Microsoft.SemanticKernel.ChatCompletion.IChatCompletionService
type HuggingFaceChatCompletionService = class
interface IChatCompletionService
interface IAIService
Public NotInheritable Class HuggingFaceChatCompletionService
Implements IChatCompletionService
- Inheritance
-
HuggingFaceChatCompletionService
- Implements
Constructors
| HuggingFaceChatCompletionService(String, Uri, String, HttpClient, ILoggerFactory) |
Initializes a new instance of the HuggingFaceChatCompletionService class. |
| HuggingFaceChatCompletionService(Uri, String, HttpClient, ILoggerFactory) |
Initializes a new instance of the HuggingFaceChatCompletionService class. |
Properties
| Attributes |
Gets the AI service attributes. |
Methods
| GetChatMessageContentsAsync(ChatHistory, PromptExecutionSettings, Kernel, CancellationToken) |
Get chat multiple chat content choices for the prompt and settings. |
| GetStreamingChatMessageContentsAsync(ChatHistory, PromptExecutionSettings, Kernel, CancellationToken) |
Get streaming chat contents for the chat history provided using the specified settings. |