Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 529 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 529 Bytes

R1 Automated PR

A basic example of how to use DeepSeek's r1 with Groq to automatically create a PR in seconds.

Setup

  1. Clone the repo
  2. In the root of the repo, run npm install
  3. Create a .env file with the following variables:
GROQ_API_KEY= # Your Groq API key
GITHUB_TOKEN= # GITHUB PAT TOKEN WITH REPO SCOPE
GITHUB_OWNER= # The owner of the repository
GITHUB_REPO= # The name of the repository
  1. Run the script:
npm run start
  1. Watch the PR be created
  2. Check GitHub to see the PR