TsgcAIOpenAIChatBot › Properties › ChatBotOptions
ChatBot behaviour: Transcription (Whisper model/language) and ChatCompletion (model, Enabled flag).
__property TsgcHTTPOpenAIChatBot_Options * ChatBotOptions;
—
Two nested sub-sections:
whisper-1) and Transcription.Language (ISO code such as en) control the Whisper call made after each recording.gpt-4o-mini) and ChatCompletion.Enabled control whether the transcribed text is forwarded to the ChatCompletion API.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.