I ran the code assistant-math_tutor at codespaces. I got the error that ModuleNotFoundError: No module named 'openai.types.beta.threads.message_content_image_file'
Python Version: 3.10
Steps to reproduce
from openai.types.beta.threads.message_content_image_file import MessageContentImageFile
from openai.types.beta.threads.message_content_text import MessageContentText
Expected behavior
no error
Actual behavior
can not load the
from openai.types.beta.threads.message_content_image_file import MessageContentImageFile
from openai.types.beta.threads.message_content_text import MessageContentText
Operating System
Windows
Version Information
I ran the code assistant-math_tutor at codespaces. I got the error that ModuleNotFoundError: No module named 'openai.types.beta.threads.message_content_image_file'
Python Version: 3.10
Steps to reproduce
from openai.types.beta.threads.message_content_image_file import MessageContentImageFile from openai.types.beta.threads.message_content_text import MessageContentText
Expected behavior
no error
Actual behavior
can not load the from openai.types.beta.threads.message_content_image_file import MessageContentImageFile from openai.types.beta.threads.message_content_text import MessageContentText
Addition information
No response