Azure / AI-in-a-Box

AI-in-a-Box leverages the expertise of Microsoft across the globe to develop and provide AI and ML solutions to the technical community. Our intent is to present a curated collection of solution accelerators that can help engineers establish their AI/ML environments and solutions rapidly and with minimal friction.
MIT License
525 stars 180 forks source link

Update requirements.txt #86

Closed drewelewis closed 6 months ago

drewelewis commented 6 months ago

Set value to openai==1.10.0 to fix missing references to

from openai.types.beta.threads.message_content_image_file import MessageContentImageFile from openai.types.beta.threads.message_content_text import MessageContentText

here>>>

https://github.com/Azure/AI-in-a-Box/blob/main/gen-ai/Assistants/api-in-a-box/personal_finance/assistant-personal_finance.ipynb

MarcoABCardoso commented 6 months ago

LGTM! Should probably pin other dependencies at some point as well, but I'm approving as this fixes immediate issues with little impact.