Azure-Samples / azureai-samples

Official community-driven Azure AI Examples
MIT License
237 stars 163 forks source link

No module named 'openai.types.beta.threads.message_content_image_file' #113

Open daneyoung01 opened 2 months ago

daneyoung01 commented 2 months ago

Operating System

Windows

Version Information

1

Steps to reproduce

ModuleNotFoundError: No module named 'openai.types.beta.threads.message_content_image_file'

Expected behavior

1

Actual behavior

1

Addition information

No response

PurnaChandraPanda commented 1 month ago

@daneyoung01

With latest openai sdk, that class seems to be deprecated. You could refer the working solution from https://github.com/Azure-Samples/azureai-samples/issues/124#issuecomment-2266349696.