Class SimplifiedStage
- java.lang.Object
-
- bg.codexio.ai.openai.api.sdk.voice.translation.SimplifiedStage
-
- All Implemented Interfaces:
TerminalStage
public class SimplifiedStage extends Object implements TerminalStage
Simplifies configuration with already configured AI Model, temperature and output format;
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TranslationRuntimeSelectionStageandRespond()Autoconfigures AI ModelWhisper10, temperatureTemperatureStage.deterministic()and formatFormatStage.justText()
-
-
-
Method Detail
-
andRespond
public TranslationRuntimeSelectionStage andRespond()
Autoconfigures AI ModelWhisper10, temperatureTemperatureStage.deterministic()and formatFormatStage.justText()- Specified by:
andRespondin interfaceTerminalStage- Returns:
TranslationRuntimeSelectionStage
-
-