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 libraries #159

Merged
merged 3 commits into from
Jun 26, 2024
Merged

Update libraries #159

merged 3 commits into from
Jun 26, 2024

Conversation

marcominerva
Copy link
Owner

No description provided.

Updated various NuGet packages across several projects to enhance performance, fix bugs, and improve resilience and versioning strategies. Key updates include `Microsoft.Extensions.Http.Resilience` from `8.5.0` to `8.6.0` in projects like `ChatGptApi`, `ChatGptBlazor.Wasm`, and others for better HTTP communication resilience. `Nerdbank.GitVersioning` was upgraded to `3.6.139` in `Directory.Build.props` for improved versioning. Specific project updates include `Microsoft.AspNetCore.OpenApi`, `Swashbuckle.AspNetCore`, and others in `ChatGptApi`, as well as `Microsoft.AspNetCore.Components.WebAssembly` updates in `ChatGptBlazor.Wasm`. These changes aim at maintaining up-to-date dependencies for security, reliability, and feature enhancements.
Updated the Azure OpenAI API version across configuration files and documentation from `2024-04-01-preview` to `2024-05-01-preview`. This includes changes in `README.md`, `appsettings.json`, and `AzureChatGptServiceConfiguration.cs`, ensuring the application defaults to the newer API version. The update reflects the adoption of new features or improvements available in the latest API preview version.
Updated the Azure OpenAI Service API version from `2024-04-01-preview` to `2024-05-01-preview` in both the `UseAzure.md` documentation and the `AzureChatGptServiceConfiguration.cs` source file. This change affects the `UseAzure` method and the `ApiVersion` property in the `AzureChatGptServiceConfiguration` class, ensuring the service uses the latest API version.
@marcominerva marcominerva merged commit 5f5bcdd into master Jun 26, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant