mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
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:
parent
cf01ef5949
commit
269911d6fe
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue