Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Issue with No module named 'openai.types.beta.threads.messages #125

Open
1 of 4 tasks
Elizabeth819 opened this issue Sep 24, 2024 · 0 comments
Open
1 of 4 tasks
Labels
bug Something isn't working

Comments

@Elizabeth819
Copy link

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:

  1. Go to /Users/wanmeng/repository/AI-in-a-Box/gen-ai/Assistants/notebooks/sales_copilot/two_agent_copilot_proxy.ipynb
  2. Run the 'import' code
  3. 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.
image

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.

@Elizabeth819 Elizabeth819 added the bug Something isn't working label Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant