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

Update Azure OpenAI SDK #66

Merged
merged 4 commits into from
Jul 3, 2024

Conversation

rliberoff
Copy link
Collaborator

The following dependencies (packages) were updated:

  • MinVer from version 4.3.0 to 5.0.0.
  • Azure.AI.Vision.ImageAnalysis from version 1.0.0-beta.2 to 1.0.0-beta.3.
  • Azure.Identity from version 1.11.4 to 1.12.0.
  • Azure.Storage.Blobs from version 12.18.0 to 12.20.0.
  • Microsoft.CognitiveServices.Speech from version 1.36.0 to 1.38.0.
  • Azure.AI.OpenAI from version 1.0.0-beta.13 to 2.0.0-beta.2 ► This versions introduces a lot of breaking changes that affected the following use cases:
    • Brand Analyzer
    • Call Center Analytics
    • Document Comparison
    • Form Analyzer

Also:

  • Typos on messages and prompts.
  • Minor tweaks on appsettings.template.json to clarify expected values.
  • Improved .gitignore to ignore any user's settings file, allowing each developer to keep its own copy of the appsettings.json file.
  • Added code to allow developers to add their own nominal settings on an appsettings.<user_name>.json file. These files are not committed to source control.
  • Some minor boy scouting tweaks and improvements.

This PR aims to solve issue #65

…m being modified. Also, ignore any user's settings file, allowing each developer to keep its own copy of the `appsettings.json` file.
… an `appsettings.<user_name>.json` file. These files are not committed to source control.
 - `Azure.AI.Vision.ImageAnalysis` from version `1.0.0-beta.2` to `1.0.0-beta.3`.
 - `Azure.Identity` from version `1.11.4` to `1.12.0`.
 - `Azure.Storage.Blobs` from version `12.18.0` to `12.20.0`.
 - `Microsoft.CognitiveServices.Speech` from version `1.36.0` to `1.38.0`.
 - `Azure.AI.OpenAI` from version `1.0.0-beta.13` to `2.0.0-beta.2`. ► This versions introduces a lot of breaking changes that affected the following use cases:
    - Brand Analyzer
    - Call Center Analytics
    - Document Comparison
    - Form Analyzer

Finally, some minor boy scouting tweaks and improvements.
@rliberoff rliberoff added the enhancement New feature or request label Jun 25, 2024
@rliberoff rliberoff self-assigned this Jun 25, 2024
Copy link
Member

@cmendible cmendible left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cmendible cmendible merged commit f1dcb85 into Azure:main Jul 3, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Azure OpenAI SDK from version 1.0.0 to 2.0.0 and the its new API model.
2 participants