eli64s / readme-ai

README file generator, powered by large language model APIs 👾

Home Page:https://readme-ai.streamlit.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readme for repos with lots of data

darinkishore opened this issue · comments

commented

Hi! Before running the script, I want to make sure that it isn't going to send non-code files to GPT.

In my ./SRC for the intented repo, I have .py, .csv, and .png files. I also have lots of data (17k+) in json files in my ./dat . Will the script send over the json file contents to gpt to process? How do I make sure the jsons are excluded?

Hey. There is a file conf/ignore_files.toml where you can add file names, extensions, and directories to exclude.

As always, run some small sample tests to ensure it behaves how you are expecting it too.

commented

Big respect. Thanks for creating this.