mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
adding status parameter as optinal for FileObject (#17431)
This commit is contained in:
parent
0a7602bb7c
commit
5ecebe2a57
1 changed files with 1 additions and 1 deletions
|
|
@ -303,7 +303,7 @@ class OpenAIFileObject(BaseModel):
|
|||
`fine-tune`, `fine-tune-results`, `vision`, and `user_data`.
|
||||
"""
|
||||
|
||||
status: Literal["uploaded", "processed", "error"]
|
||||
status: Optional[Literal["uploaded", "processed", "error"]]
|
||||
"""Deprecated.
|
||||
|
||||
The current status of the file, which can be either `uploaded`, `processed`, or
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue