szczyglis-dev / py-gpt

Desktop AI Assistant powered by o1, GPT-4, GPT-4 Vision, Gemini, Claude, Llama 3, Bielik, DALL-E, Langchain, Llama-index, chat, vision, voice control, image generation and analysis, agents, command execution, file upload/download, speech synthesis and recognition, access to Web, memory, presets, assistants, plugins, and more. Linux, Windows, Mac.
https://pygpt.net
Other
649 stars 126 forks source link

Download files from chat #25

Closed supersvetodiod closed 8 months ago

supersvetodiod commented 8 months ago

Hi. Great app. All in one place. It's just great.!! YOU are the best. Question, when using Chat with file LLAMA, I need to get an answer in the form of a specific file format. For example, in docx. The chat says that it has created a response . Where is this created file located?

szczyglis-dev commented 8 months ago

Thank you! The files are saved in the data folder in your working directory (you can find the full path in the Files tab at the bottom), but you have to first ask to save to a file so that the model can execute the save command (save_file). This will only work for text-based data, such as plain text, CSV, JSON, etc. Binary formats cannot be generated in this way.