From 269911d6fef34fd15da6200a66582e052114bbd2 Mon Sep 17 00:00:00 2001 From: Cesar Garcia <128240629+Chesars@users.noreply.github.com> Date: Wed, 4 Mar 2026 19:06:22 -0300 Subject: [PATCH] Update litellm/llms/black_forest_labs/image_edit/handler.py Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- litellm/llms/black_forest_labs/image_edit/handler.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/litellm/llms/black_forest_labs/image_edit/handler.py b/litellm/llms/black_forest_labs/image_edit/handler.py index 26a651cb7f5..38abb497e53 100644 --- a/litellm/llms/black_forest_labs/image_edit/handler.py +++ b/litellm/llms/black_forest_labs/image_edit/handler.py @@ -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,