Filter: classifai_openai_embeddings_request_body

apply_filters( 'classifai_openai_embeddings_request_body', $body, $text ) → {array}

Filter the request body before sending to OpenAI.

Parameters:
Name Type Description
$body array

Request body that will be sent to OpenAI.

$text string

Text we are getting embeddings for.

Since:
  • 2.2.0
Source:
Returns:

Request body.

Type
array

apply_filters( 'classifai_openai_embeddings_request_body', $body, $strings ) → {array}

Filter the request body before sending to OpenAI.

Parameters:
Name Type Description
$body array

Request body that will be sent to OpenAI.

$strings array

Array of text we are getting embeddings for.

Since:
  • 2.2.0
Source:
Returns:

Request body.

Type
array