Class OpenAIConfiguration

    Definition

    Namespace:
    Tizen.AIAvatar
    Assembly:
    Tizen.AIAvatar.dll

    Configuration class for OpenAI services.

    public class OpenAIConfiguration : AIServiceConfiguration
    Inheritance
    object
    AIServiceConfiguration
    OpenAIConfiguration

    Constructors

    View Source

    OpenAIConfiguration()

    Initializes a new instance of the OpenAIConfiguration class with default endpoint settings.

    Declaration
    public OpenAIConfiguration()

    Properties

    View Source

    Model

    Gets or sets the default model to use for LLM services.

    Declaration
    public string Model { get; set; }
    Property Value
    Type Description
    string
    View Source

    Organization

    Gets or sets the OpenAI organization ID for accessing specific organizational resources.

    Declaration
    public string Organization { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX