flask-fileexplorer
flask-fileexplorer copied to clipboard
Adding AI/GPT Integration to Cleanup/Modify directory
I want to extend this project with more functionality. Have been exploring adding ChatGPT API integration to allow a user to modify folder/files by just talking to the chatbot in natural language.
The current idea is to add a sidebar with ChatGPT integration to allow you to ask for modifications to the directory, and it will give you code and allow you to accept & execute (or continue the conversation to modify the code).
Once you ask it to execute, it would run the code in the current directory and refresh the page.