Exploring AI Document Automation: ChatGPT vs. Dust
Hello guys 👋 On ChatGPT, we’ve been running a project where we provide the AI with a template Word document and another document to extract information from. The AI then extracts the relevant details, performs some calculations, and updates the template. It does this by generating Python code, running it with the code interpreter, and producing the updated Word file. Do you know if something like this is possible with Dust ? I’ve tried a few things but couldn’t get it to work — maybe I missed something.
