Hi Everyone,
I am working on a project that is on Node JS. I want to use a file along with a prompt and pass it to chatgpt so that it can analyze and give response.
While searching for this I have seen that first we have to convert the file into the JSON or text format then pass it to the chatgpt function, but the issue in this approach is if we have an excel sheet which is formatted and converting it to json or text might change the value due to difference in format.
How to do this then? Is there any other approach?
Thanks