for GdPicture.NET
XTractFlow.API Namespace / Configuration Class / RegisterLLMProvider Method
Specifies the Large Language Model (LLM) provider that must be used



In This Topic

    RegisterLLMProvider Method

    In This Topic
    Registers a Large Language Model (LLM) provider, which is a mandatory step to run XtractFlow.
    Syntax
    'Declaration
     
    
    Public Shared Sub RegisterLLMProvider( _
       ByVal provider As LLMProvider _
    ) 
    'Usage
     
    
    Dim provider As LLMProvider
     
    Configuration.RegisterLLMProvider(provider)
    public static void RegisterLLMProvider( 
       LLMProvider provider
    )
    public:
    static void RegisterLLMProvider( 
       LLMProvider^ provider
    ) 

    Parameters

    provider
    Specifies the Large Language Model (LLM) provider that must be used
    See Also