mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #1696] Custom OPENAI URL on Dalle #28128
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @constLiakos on GitHub (Apr 23, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1696
Bug Report
Description
Bug Summary:
In line 333 in config.py "OPENAI_API_BASE_URL = "https://api.openai.com/v1" command, prevents dall-e image genertion tool from using the custom openai base url.
I am using LiteLLM Proxy for llm models and dall-e-3 generation for images.
Environment
Reproduction Details
Confirmation:
Note
Big fan of your project! Thank you in advance.