Skip to content

Commit 3e5c3cc

Browse files
committed
Readme improvements
1 parent e5a39a8 commit 3e5c3cc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

product-image-generator/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,10 @@ AI-powered product image generator that transforms basic product photos into pro
3333

3434
Fill in the required variables:
3535

36-
- `TRIGGER_SECRET_KEY` – Get from [Trigger.dev dashboard](https://trigger.dev/)
36+
- `TRIGGER_SECRET_KEY` – Get from [Trigger.dev dashboard](https://cloud.trigger.dev/)
3737
- `REPLICATE_API_TOKEN` – Get from [Replicate](https://replicate.com/account/api-tokens)
3838
- `UPLOADTHING_TOKEN` – Get from [UploadThing](https://uploadthing.com/)
3939
- `R2_ACCOUNT_ID`, `R2_BUCKET`, `R2_ENDPOINT`, `R2_ACCESS_KEY_ID`, `R2_SECRET_ACCESS_KEY`, `R2_PUBLIC_URL` – Configure Cloudflare R2 storage
40-
- `OPENAI_API_KEY` – Get from [OpenAI](https://platform.openai.com/api-keys) (optional, for future features)
4140

4241
4. **Add Trigger.dev project reference**
4342

product-image-generator/env.example

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Add your secret keys below
22

33
TRIGGER_SECRET_KEY=
4-
OPENAI_API_KEY=
54
AWS_REGION=
65
R2_ACCOUNT_ID=
76
R2_BUCKET=

0 commit comments

Comments
 (0)