Class ChatService
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.OpenAI.Services
Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
Syntax
public sealed class ChatService : CrudServiceBase<OpenAIClient>, ICrudService
Constructors
| Edit this page View SourceChatService(OpenAIClient)
Declaration
public ChatService(OpenAIClient client)
Parameters
| Type | Name | Description |
|---|---|---|
| OpenAIClient | client |
Properties
| Edit this page View SourceCompletions
Declaration
public CompletionService Completions { get; }
Property Value
| Type | Description |
|---|---|
| CompletionService |