for GdPicture.NET
XTractFlow.API.LLM.Providers Namespace / OpenAIProvider Class / OpenAIKey Property



In This Topic

    OpenAIKey Property

    In This Topic
    Specifies the OpenAI API key.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property OpenAIKey As String
    'Usage
     
    
    Dim instance As OpenAIProvider
    Dim value As String
     
    value = instance.OpenAIKey
    public string OpenAIKey {get;}
    public:
    property String^ OpenAIKey {
       String^ get();
    }
    See Also