When I use my fine-tuned model id I have the following error:
request body:
curl -X POST "https://api.openai.com/v1/completions" ^
-H "Content-Type: application/json" ^
-H "Authorization: Bearer <YOUR_API_KEY>" ^
-d "{\"model\": \"curie:ft-org-YYYY-MM-DD-TIME\", \"prompt\": \"Hello\", \"max_tokens\": 7}"
Output:
"error": {
"message": "instance_id `curie-shared-lora` could not be found",
"type": "invalid_request_error",
"param": null,
"code": "model_not_found"
}
}