how to send the js file to chat model
To be able to help you, can you please share more detailed information on what you’re trying to achieve?
so i have a my project on GitHub , i want to upgrade from mongoose 6 to 8 , i was thinking of sending each js file from my computer to chat model so it can suggest where to make the change and save the response somewhere,
i am looking for the efficient way to do it
You can use the “Read/Write Files from Disk node” to read your files from your computer. Then use the “Basic LLM Chain” node and connect an LLM node for your preferred model. If you’re using Docker and want to know how to map directories for files in your Docker container to your host system, you can watch this video: How to Load and Save Files to your Local System from N8N
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.