Update litellm/llms/black_forest_labs/image_edit/handler.py

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Cesar Garcia 2026-03-04 19:06:22 -03:00 committed by GitHub
parent cf01ef5949
commit 269911d6fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -212,7 +212,8 @@ class BlackForestLabsImageEdit:
headers.update(extra_headers)
# Get complete URL
api_base = self.config.get_complete_url(
# Get complete URL
complete_url = self.config.get_complete_url(
model=model,
api_base=api_base,
litellm_params=litellm_params_dict,