Copying a workbook to a new format workbook

Hi All
I’m responsible for updating all our workbooks, and I need to ensure no information from the original content is left out when using GPT. However, I’ve noticed that GPT tends to exclude details it considers less important. How can I write a precise prompt that ensures GPT retains and reproduces all the information from the old workbook pages as is, without summarizing or omitting anything?

1 Like

I hate it to be the bearer of bad news, but the best way to copy over data verbatim like the way you described is ctrl + c and then ctrl + v.

Correct. These language models are meant to summarize information and generate (relatively) novel content based on what data its fed. It is working as intended.

Are you using the API? Perhaps a simple RAG setup that pulls up a needed file is what you need here. If not, I’m unsure if using a language model fits your purpose very well in this case.

Thanks for the information Macha, I’m new to the AI field and plan to work on setting up a RAG (Retrieval-Augmented Generation) system. I’m excited to explore this area and would appreciate any guidance or resources to support my learning process.