mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
fix
This commit is contained in:
parent
bf6c6afb21
commit
acaf135a2f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue