mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-23 00:41:40 +00:00
(fix) proxy extra spacing
This commit is contained in:
parent
fedb4e5703
commit
0dab5841cd
1 changed files with 2 additions and 0 deletions
|
|
@ -235,6 +235,8 @@ app.add_middleware(
|
|||
allow_methods=["*"],
|
||||
allow_headers=["*"],
|
||||
)
|
||||
|
||||
|
||||
from typing import Dict
|
||||
|
||||
api_key_header = APIKeyHeader(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue