TsgcAIOpenAIChatBotProperties › ChatBotOptions

ChatBotOptions Property

ChatBot behaviour: Transcription (Whisper model/language) and ChatCompletion (model, Enabled flag).

Syntax

__property TsgcHTTPOpenAIChatBot_Options * ChatBotOptions;

Default Value

Two nested sub-sections:

Remarks

Set ChatCompletion.Enabled to false when you only want transcription (for example, dictation) without an AI reply. Changing Transcription.Language at runtime is allowed and takes effect on the next Stop.

Example

Back to Properties