mirror of
https://github.com/open-webui/open-webui
synced 2024-11-29 15:33:42 +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 = PersistentConfig(
|
||||||
"IMAGE_GENERATION_ENGINE",
|
"IMAGE_GENERATION_ENGINE",
|
||||||
"image_generation.engine",
|
"image_generation.engine",
|
||||||
os.getenv("IMAGE_GENERATION_ENGINE", ""),
|
os.getenv("IMAGE_GENERATION_ENGINE", "openai"),
|
||||||
)
|
)
|
||||||
|
|
||||||
ENABLE_IMAGE_GENERATION = PersistentConfig(
|
ENABLE_IMAGE_GENERATION = PersistentConfig(
|
||||||
|
Loading…
Reference in New Issue
Block a user