Removed unnecessary print
This commit is contained in:
parent
0d734024dc
commit
5ae7fbb628
@ -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)
|
for i_url in files if i_url.get('filename').lower().endswith(SUPPORTED_IMAGE_EXTENSIONS)
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
print(input_data)
|
|
||||||
response = client.responses.create(
|
response = client.responses.create(
|
||||||
model='gpt-4.1-mini',
|
model='gpt-4.1-mini',
|
||||||
input=[{
|
input=[{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user