test: add integration test for OpenAI Chat Completion file support

Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
This commit is contained in:
Nathan Weinberg 2025-07-22 16:44:15 -04:00
parent 9f96aca4d2
commit 2a599d9a48
4 changed files with 2160 additions and 2012 deletions

View file

@ -114,6 +114,7 @@ test = [
"sqlalchemy[asyncio]>=2.0.41",
"requests",
"pymilvus>=2.5.12",
"reportlab",
]
docs = [
"setuptools",