From f4c1ebd6425b3cb2276b1068746e6f3a8532a130 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sun, 20 Apr 2025 20:05:23 -0500 Subject: [PATCH] Add AI text generation backfill to README --- README.md | 3 +++ src/admin/AdminPhotosSyncClient.tsx | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c03c07e..00c9b0f2 100644 --- a/README.md +++ b/README.md @@ -314,6 +314,9 @@ Vercel Postgres can be switched to another Postgres-compatible, pooling provider #### I've added my OpenAI key but can't seem to make it work. Why am I seeing connection errors? > You may need to pre-purchase credits before accessing the OpenAI API. See [Issue #110](https://github.com/sambecker/exif-photo-blog/issues/110) for discussion. +#### How do I generate AI text for preexisting photos? +> Once AI text generation is configured, photos missing text will show up on the photo sync page (`/admin/photos/sync`). + #### Will there be support for image storage providers beyond Vercel, AWS, and Cloudflare? > At this time, there are no plans to introduce support for new storage providers. While configuring a new, AWS-compatible provider (e.g., Cloudflare R2) should not be too difficult, there's nuance to consider surrounding details like IAM, CORS, and domain configuration, which can differ slightly from platform to platform. If you’d like to contribute an implementation for a new storage provider, please open a PR. diff --git a/src/admin/AdminPhotosSyncClient.tsx b/src/admin/AdminPhotosSyncClient.tsx index 851c3c50..78686b61 100644 --- a/src/admin/AdminPhotosSyncClient.tsx +++ b/src/admin/AdminPhotosSyncClient.tsx @@ -118,9 +118,9 @@ export default function AdminPhotosSyncClient({
Photos found: {statusText}
- Sync to capture newer EXIF fields, improve blur data, + Sync to capture new EXIF fields, improve blur data, {' '} - and use AI to generate missing text (if configured). + use AI to generate missing text (if configured)