Filter: classifai_openai_embeddings_model

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

Filter the model name.

Useful if you want to use a different model, like text-embedding-3-large.

Parameters:
Name Type Description
$model string

The default model to use.

Since:
  • 3.1.0
Source:
Returns:

The model to use.

Type
string