mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
fix: remove extraneous f-prefix in ValueError message
This commit is contained in:
parent
375bf4d7d6
commit
42342d35fd
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ class BlackForestLabsImageEditConfig(BaseImageEditConfig):
|
|||
return response.content
|
||||
else:
|
||||
raise ValueError(
|
||||
f"Unsupported image input: plain string values that are not URLs are not accepted. "
|
||||
"Unsupported image input: plain string values that are not URLs are not accepted. "
|
||||
"Provide image bytes or a file-like object."
|
||||
)
|
||||
elif hasattr(image, "read"):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue