fix: form with multi-part python, np format for model

This commit is contained in:
kiennt
2025-08-17 14:12:26 +00:00
parent 147c52de71
commit e09128f94c
3 changed files with 26 additions and 10 deletions

View File

@@ -26,4 +26,5 @@ dependencies = [
"fastapi>=0.116.1",
"openai>=1.99.9",
"starlette>=0.47.2",
"python-multipart>=0.0.20",
]