I created an Assistant within playground where I uploaded a JSON data file, and entered the assistant instructions. I then copied the assistant_id as displayed from the playground, and then wrote python code calling the assistant with the ID, and a prompt.
Question: Do I need to repeat the instructions and re-attach the data files, whenever I call it via the api, or can I just enter the prompt, along with the assistant id?
Also does GPT-3.5 support file attachments, or do I need to use GPT-4? I understand that I can pre-process the file within my Python code if I used GPT-3.5 as an option.
Thanks