Hi. Is there a way to send back modified file in separated messages?
I’m working on tool for automated folder/files processing, that there is an easy way make a prompt for ChatGPT to add extra tags for filename before code block to parse it and retrieve several files as completion result (works almost perfect in 3.5-turbo, but not bullet proof - maybe GPT4 will be better).
Example: Summary in response[‘choices’][0], first processed file content in response[‘choices’][1], …
BTW, I have noticed there is no API for file upload except ‘fine-tune’ purpose, but don’t expect completion can use that file content based in id (I admit I didn’t check). Is there working way for doing this using OpenAI?