Class OpenAIConfiguration
Definition
- Assembly:
- Tizen.AIAvatar.dll
Configuration class for OpenAI services.
public class OpenAIConfiguration : AIServiceConfiguration
- Inheritance
Constructors
View SourceOpenAIConfiguration()
Initializes a new instance of the OpenAIConfiguration class with default endpoint settings.
Declaration
public OpenAIConfiguration()
Properties
View SourceModel
Gets or sets the default model to use for LLM services.
Declaration
public string Model { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Organization
Gets or sets the OpenAI organization ID for accessing specific organizational resources.
Declaration
public string Organization { get; set; }
Property Value
| Type | Description |
|---|---|
| string |