Easily generate LLM prompts that include relevant files from the project you're working on.
- Create a personal access token (PAT) with READ-ONLY privileges on the private repo in question.
- Add that personal access token to the token.js file
//token.js
const GITHUB_TOKEN = 'YOUR-TOKEN';