Search Results for

    Show / Hide Table of Contents

    Class OpenAIConfig

    Inheritance
    object
    OpenAIConfig
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.OpenAI
    Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
    Syntax
    public static class OpenAIConfig

    Fields

    | Edit this page View Source

    BetaHeaderKey

    Declaration
    public const string BetaHeaderKey = "OpenAI-Beta"
    Field Value
    Type Description
    string
    | Edit this page View Source

    BetaHeader_Assistants

    Declaration
    public const string BetaHeader_Assistants = "assistants=v2"
    Field Value
    Type Description
    string
    | Edit this page View Source

    BetaHeader_Realtime

    Declaration
    public const string BetaHeader_Realtime = "realtime=v1"
    Field Value
    Type Description
    string
    | Edit this page View Source

    DefaultChannels

    Declaration
    public const int DefaultChannels = 1
    Field Value
    Type Description
    int
    | Edit this page View Source

    DefaultSampleRate

    Declaration
    public const int DefaultSampleRate = 16000
    Field Value
    Type Description
    int
    | Edit this page View Source

    OrganizationHeaderName

    Declaration
    public const string OrganizationHeaderName = "OpenAI-Organization"
    Field Value
    Type Description
    string
    | Edit this page View Source

    ProjectHeaderName

    Declaration
    public const string ProjectHeaderName = "OpenAI-Project"
    Field Value
    Type Description
    string
    | Edit this page View Source

    TtsPcmSampleRate

    Declaration
    public const int TtsPcmSampleRate = 24000
    Field Value
    Type Description
    int
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation