Reported by @karmic moat
Bug Report: Evals Guide Documentation bug
`Steps to Reproduce`
I walked through the example in https://platform.openai.com/docs/guides/evals, twice. There is an error somewhere in the example code.
`Expected Result`
Successful eval
`Actual Result`
{
"error": {
"message": "Invalid body: failed to parse JSON value. Please check the value to ensure it is valid JSON. (Common errors include trailing commas, missing closing brackets, missing quotation marks, etc.)",
"type": "invalid_request_error",
"param": null,
"code": "invalid_json"
}
}%
Here’s the cURL with valid file and eval ids for reference:
curl https://api.openai.com/v1/evals/eval_680eb00f863c8190b85e168f0c492fc3/runs
-H "Authorization: Bearer $OPENAI_API_KE
`Environment`
Mac M1 Sonoma