Skip to main content
GET
/
gather_openai
/
{id}
Gather high-scoring and positively critiqued pairs formatted for OpenAI fine-tuning
curl --request GET \
  --url https://beta.getplum.ai/v1/gather_openai/{id} \
  --header 'Authorization: <api-key>'
"<string>"

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

ID of the evaluation results to gather pairs from

Response

Successfully gathered pairs in OpenAI JSONL format

JSONL format for OpenAI fine-tuning, combining high-scoring and positively critiqued pairs (deduplicated)

I