FIX: s3 was missing a const (#1298)

This commit is contained in:
Sam 2025-04-30 07:58:24 +10:00 committed by GitHub
parent 06ab446e47
commit 09a6841480
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ module ::DiscourseAi
module Inference
class OpenAiImageGenerator
TIMEOUT = 60
MAX_IMAGE_SIZE = 20_971_520 # 20MB (technically 25 is supported by API)
def self.create_uploads!(
prompts,