mirror of
https://github.com/open-webui/open-webui
synced 2024-11-26 05:51:12 +00:00
fix
This commit is contained in:
parent
bf6c6afb21
commit
acaf135a2f
@ -1317,7 +1317,7 @@ WHISPER_MODEL_AUTO_UPDATE = (
|
||||
IMAGE_GENERATION_ENGINE = PersistentConfig(
|
||||
"IMAGE_GENERATION_ENGINE",
|
||||
"image_generation.engine",
|
||||
os.getenv("IMAGE_GENERATION_ENGINE", ""),
|
||||
os.getenv("IMAGE_GENERATION_ENGINE", "openai"),
|
||||
)
|
||||
|
||||
ENABLE_IMAGE_GENERATION = PersistentConfig(
|
||||
|
Loading…
Reference in New Issue
Block a user