mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix POST files
This commit is contained in:
parent
ddc74dbccc
commit
e626f5c7d6
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ async def create_file(
|
|||
request: Request,
|
||||
fastapi_response: Response,
|
||||
purpose: str = Form(...),
|
||||
custom_llm_provider: str = Form(...),
|
||||
custom_llm_provider: str = Form(default="openai"),
|
||||
file: UploadFile = File(...),
|
||||
user_api_key_dict: UserAPIKeyAuth = Depends(user_api_key_auth),
|
||||
):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue