We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d5ccd commit 2a35c89Copy full SHA for 2a35c89
README.md
@@ -5,20 +5,21 @@ A basic example of how to use DeepSeek's r1 with Groq to automatically create a
5
## Setup
6
7
1. Clone the repo
8
-2. Create a `.env.local` file with the following variables:
+2. In the root of the repo, run `npm install`
9
+3. Create a `.env.local` file with the following variables:
10
-```
11
+```env
12
GROQ_API_KEY= # Your Groq API key
13
GITHUB_TOKEN= # GITHUB PAT TOKEN WITH REPO SCOPE
14
GITHUB_OWNER= # The owner of the repository
15
GITHUB_REPO= # The name of the repository
16
```
17
-3. Run the script
18
+4. Run the script:
19
20
+```bash
21
npm run start
22
23
-4. Watch the PR be created
24
-5. Check GitHub to see the PR
+5. Watch the PR be created
25
+6. Check GitHub to see the PR
0 commit comments