-
Notifications
You must be signed in to change notification settings - Fork 196
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working