-
Notifications
You must be signed in to change notification settings - Fork 309
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Operating System
Windows
Version Information
python version: 3.10
openai package version: 1.36.0
Steps to reproduce
I tried to import the requirement libraries
from openai import AzureOpenAI
from openai.types.beta.threads.message_content_image_file import MessageContentImageFile
from openai.types.beta.threads.message_content_text import MessageContentText
from openai.types.beta.threads.messages import MessageFile
from PIL import ImageExpected behavior
No error while excuting
Actual behavior
No module found
Addition information
I try to downgrade the openai library version to 1.11.0, it works, but plz fix it in requirement.txt
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working