FIX: s3 was missing a const (#1298)
This commit is contained in:
parent
06ab446e47
commit
09a6841480
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue