Class SamsungAIConfiguration
Definition
- Assembly:
- Tizen.AIAvatar.dll
Configuration class for Samsung AI services.
public class SamsungAIConfiguration : AIServiceConfiguration
- Inheritance
Constructors
View SourceSamsungAIConfiguration()
Initializes a new instance of the SamsungAIConfiguration class with default endpoint settings.
Declaration
public SamsungAIConfiguration()
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 |
SmallModel
Gets or sets the small model version for LLM services.
Declaration
public string SmallModel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |