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

Commits on Jun 25, 2024

  1. Improved .gitignore to protect file appsettings.template.json fro…

    …m being modified. Also, ignore any user's settings file, allowing each developer to keep its own copy of the `appsettings.json` file.
    rliberoff committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    c1a8b0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d6dc34 View commit details
    Browse the repository at this point in the history
  3. - 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.
    rliberoff committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    4391b54 View commit details
    Browse the repository at this point in the history
  4. The following dependencies (packages) were updated:

     - `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 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    601bb80 View commit details
    Browse the repository at this point in the history