From 448281ac59f53c4720ecb857d8587ca947fa72eb Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Thu, 4 Jul 2024 13:40:57 -0500 Subject: [PATCH] Document OpenAI issues in README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 81496fdb..cffae231 100644 --- a/README.md +++ b/README.md @@ -251,5 +251,8 @@ FAQ #### Why are large, multi-photo uploads not finishing? > The default timeout for processing multiple uploads is 60 seconds (the limit for Hobby accounts). This can be extended to 5 minutes on Pro accounts by setting `maxDuration = 300` in `src/app/admin/uploads/page.tsx`. +#### 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. + #### Can this template run in a docker image? > Possibly. See [Issue #116](https://github.com/sambecker/exif-photo-blog/issues/116) for discussion.