Removed unnecessary print

This commit is contained in:
T-BENZIN 2025-06-28 14:12:01 +05:00
parent 0d734024dc
commit 5ae7fbb628

View File

@ -15,7 +15,6 @@ async def image_recognition(content: str, files: list[dict[str: str]]) -> str:
for i_url in files if i_url.get('filename').lower().endswith(SUPPORTED_IMAGE_EXTENSIONS)
]
)
print(input_data)
response = client.responses.create(
model='gpt-4.1-mini',
input=[{