Hello!
I have a question regarding creating a file from text.
To elaborate, I'm currently working on generating JSONL files for fine-tuning GPT models. I've successfully created the JSONL text and stored it in a variable. My next step is to upload this data into the OpenAI module.
Is there a method to create a JSONL file? I attempted using Google Drive and the 'Create File' module, but the resulting file extension was .txt, which OpenAI does not accept.
Thanks in advance for your assistance!
Hi Sam !
Thanks for your response.
I previously attempted using Google Drive to create a .jsonl file, but it resulted in a file named name.jsonl.txt. This was likely due to not utilizing the tobinary function.
I will proceed with trying that.
Regarding uploading a file to the ChatGPT module, I've considered this. However, if I recall correctly, we cannot select a specific assistant for customization, is that right? If so, I must be overlooking something. If not, this could be a valuable new feature for the module.
Have a great day!
No, the primary reason is that you cannot use “Create a File”, as this action only generates plain text files.
You will need to use “Upload a File” instead.
Ah, my apologies, I realized I created a file but didn't actually upload it.
Thank you for this information; it will be very helpful for my future scenarios.