Azure-Samples / azureai-assistant-tool

The Azure AI Assistant Tool is experimental Python application and middleware designed to simplify the development, experimentation, testing, and debugging of OpenAI assistants.
MIT License
102 stars 41 forks source link

Jhakulin/v2 migration file search #16

Closed jhakulin closed 4 months ago

jhakulin commented 4 months ago

Purpose

Does this introduce a breaking change?

Yes, due to OpenAI V2 API changes. Also, currently AzureOpenAI does not support OpenAI V2 changes. In order to use V1 version, you need to install azure-ai-assistant library 0.2.12a version of the library and openai 1.20.0 version or earlier.

[X] Yes
[ ] No

Pull Request Type

What kind of change does this Pull Request introduce?

[X] Bugfix
[X] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe: