refac: chat input file handling

This commit is contained in:
Timothy J. Baek
2024-10-26 12:56:37 -07:00
parent 032abba88e
commit 15cfdc69a8
3 changed files with 22 additions and 5 deletions

View File

@@ -73,6 +73,8 @@ class FileModelResponse(BaseModel):
created_at: int # timestamp in epoch
updated_at: int # timestamp in epoch
model_config = ConfigDict(extra="allow")
class FileMetadataResponse(BaseModel):
id: str