You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation doesn't really clarify how to provide the arguments when creating fine-tuning jobs.
Can you help me resolve the following error
SDKError: API error occurred: Status 422 Content-Type application/json; charset=utf-8 Body
{"detail": [{"type": "value_error", "loc": ["body", "job_in"], "msg": "Value error, At least one training file or repository is required.", "ctx": {"error": "At least one training file or repository is required."}}]}
at matchFunc (node_modules/@mistralai/mistralai/lib/matchers.js:132:28)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async fineTuningJobsCreate (node_modules/@mistralai/mistralai/funcs/fineTuningJobsCreate.js:91:22)
at async unwrapAsync (node_modules/@mistralai/mistralai/types/fp.js:31:15)
at async _createFineTuningModel (file://lib/support_model.js:247:20)
The documentation doesn't really clarify how to provide the arguments when creating fine-tuning jobs.
Can you help me resolve the following error
The function I'm using looks something like this:
What is the correct structure of the arguments for this function?
The text was updated successfully, but these errors were encountered: