Add AI text generation backfill to README

This commit is contained in:
Sam Becker 2025-04-20 20:05:23 -05:00
parent dafa0461d7
commit f4c1ebd642
2 changed files with 5 additions and 2 deletions

View File

@ -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? #### 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. > 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? #### 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 youd like to contribute an implementation for a new storage provider, please open a PR. > 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 youd like to contribute an implementation for a new storage provider, please open a PR.

View File

@ -118,9 +118,9 @@ export default function AdminPhotosSyncClient({
<div className="font-bold"> <div className="font-bold">
Photos found: {statusText} Photos found: {statusText}
</div> </div>
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)
</div> </div>
</Note> </Note>
<div className="space-y-4"> <div className="space-y-4">