| AIModelStage |
|
| AsyncPromiseStage |
Registers callbacks and sends request
|
| AsyncPromptStage |
Registers user input optionally
|
| AudioFileStage |
Configures which audio file to translate
|
| FormatStage |
Configures the format of the output file
|
| PreSimplifiedStage |
Sets audio file for translation,
before all other autoconfiguration.
|
| ReactivePromptStage |
Registers text input optionally
|
| SynchronousPromptStage |
Sends blocking requests to OpenAI API
with given user supplied prompt
|
| TemperatureStage |
Configures the temperature or in other words,
the creativity of the model.
|
| TranslationConfigurationStage |
Base for all Translation stages
|
| TranslationRuntimeSelectionStage |
Configures how the HTTP client to act.
|