Type

The type of model that you want to use to generate the summaries. You can use one of the following options: 

  • GenerativeLLM. Use a generative LLM model that you configure directly. For this type of model, you must set ModelName.

  • GenerativeLua. Define a Lua script that you want to use. For this type of model, you must set Script.

  • GenerativePython. Define a Python script that you want to use. For this type of model, you must set Script.

Type: String
Default:  
Required: Yes
Configuration Section: MyGenerativeModel
Example: Type=GenerativeLLM
See Also: