for GdPicture.NET
XTractFlow.API.LLM.Providers Namespace / LLMProvider Class
Members



In This Topic
    LLMProvider Class
    In This Topic
    Represents Large Language Model (LLM) provider.
    Syntax
    'Declaration
     
    
    Public MustInherit Class LLMProvider 
    'Usage
     
    
    Dim instance As LLMProvider
    public abstract class LLMProvider 
    public ref class LLMProvider abstract 
    Inheritance Hierarchy

    System.Object
       XTractFlow.API.LLM.Providers.LLMProvider
          XTractFlow.API.LLM.Providers.AzureOpenAIProvider
          XTractFlow.API.LLM.Providers.OpenAIProvider

    See Also