mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
fix(azure): remove trailing semicolon in Content-Type header for image generation (#13584)
This commit is contained in:
parent
5e45fcdff0
commit
37e57a0e5f
1 changed files with 1 additions and 1 deletions
|
|
@ -311,7 +311,7 @@ def image_generation( # noqa: PLR0915
|
|||
) or get_secret_str("AZURE_AD_TOKEN")
|
||||
|
||||
default_headers = {
|
||||
"Content-Type": "application/json;",
|
||||
"Content-Type": "application/json",
|
||||
"api-key": api_key,
|
||||
}
|
||||
for k, v in default_headers.items():
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue