mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-06-26 17:42:15 +00:00
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…
x
Reference in New Issue
Block a user