Filter: classifai_openai_speech_to_text_model

apply_filters( 'classifai_openai_speech_to_text_model', $model ) → {string}

Filter the model name.

Useful if you want to change the model for certain use cases.

Parameters:
Name Type Description
$model string

The current model to use.

Since:
  • 3.4.0
Source:
Returns:

The model to use.

Type
string