World is now on Opti ID! Learn more

Class OptiGPTOptions

Contains options for the OptiGPT.

Inheritance
System.Object
OptiGPTOptions
Namespace: Mediachase.Commerce.Catalog
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public class OptiGPTOptions : Object

Constructors

OptiGPTOptions()

Declaration
public OptiGPTOptions()

Properties

OptiAIDefaultModel

Gets or sets the OptiAI default model. By default is "gpt-35".

Declaration
public string OptiAIDefaultModel { get; set; }
Property Value
Type Description
System.String

OptiAIKey

Get or sets the OptiAI key.

Declaration
public string OptiAIKey { get; set; }
Property Value
Type Description
System.String

OptiAISecret

Gets or sets the OptiAI secret.

Declaration
public string OptiAISecret { get; set; }
Property Value
Type Description
System.String

OptiAIUrl

Gets or sets OptiAI url.

Declaration
public string OptiAIUrl { get; set; }
Property Value
Type Description
System.String

CommandTimeout in seconds