You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solution Accelerators
This repository contains multiple solution accelerators. Please tell us which ones are involved in your report. (Replace the space in between square brackets with an x)
Cognitive Services Landing Zone
Semantic Kernel Bot
Azure ML Operationalization
Edge AI
Describe the bug
No module named 'openai.types.beta.threads.messages
To Reproduce
Steps to reproduce the behavior:
Go to /Users/wanmeng/repository/AI-in-a-Box/gen-ai/Assistants/notebooks/sales_copilot/two_agent_copilot_proxy.ipynb
Run the 'import' code
See error
---> 13 from openai.types.beta.threads.messages import MessageFile 14 from openai.types import FileObject 15 from PIL import Image
ModuleNotFoundError: No module named 'openai.types.beta.threads.messages'
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Please complete the following information:
OS: [e.g. Windows] MacOS
Browser [e.g. chrome, safari]
Version [e.g. 22] Python=3.12
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Solution Accelerators
This repository contains multiple solution accelerators. Please tell us which ones are involved in your report. (Replace the space in between square brackets with an x)
Describe the bug
No module named 'openai.types.beta.threads.messages
To Reproduce
Steps to reproduce the behavior:
---> 13 from openai.types.beta.threads.messages import MessageFile
14 from openai.types import FileObject
15 from PIL import Image
ModuleNotFoundError: No module named 'openai.types.beta.threads.messages'
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Please complete the following information:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: