Commenting 💯 #514
CarlsonBuma
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
/**
*/
$response = $client->files()->upload([
'purpose' => 'fine-tune', // 'fine-tune', 'assistants'
'file' => fopen('my-file.jsonl', 'r'),
]);
// Response
As-is
Beta Was this translation helpful? Give feedback.
All reactions