# gpt-repository-loader - 코드 저장소를 LLM 프롬프트 친화적인 포맷으로 바꿔주는 도구

> Clean Markdown view of GeekNews topic #8749. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=8749](https://news.hada.io/topic?id=8749)
- GeekNews Markdown: [https://news.hada.io/topic/8749.md](https://news.hada.io/topic/8749.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-03-21T10:03:01+09:00
- Updated: 2023-03-21T10:03:01+09:00
- Original source: [github.com/mpoon](https://github.com/mpoon/gpt-repository-loader)
- Points: 18
- Comments: 1

## Topic Body

- Git Repo 콘텐츠를 텍스트로 바꿔서 LLM에 제공하여, 해당 Repo에 맞는 코드 리뷰 및 문서 작성 등의 작업을 처리가능하게 해줌  
- 폴더 구조 및 콘텐츠를 유지하면서 프롬프트 친화적인 형식으로 변환   
- .gptignore 파일에서 필요없는 파일 무시 가능   
- 이 Repo 자체도 GPT-4에 로드해서 개선시켜 본 것

## Comments



### Comment 15277

- Author: xguru
- Created: 2023-03-21T10:04:01+09:00
- Points: 1

GPT Recursion https://github.com/mpoon/gpt-repository-loader/discussions/18
