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 API version and model references #160

Merged
merged 1 commit into from
Jul 23, 2024
Merged

Update API version and model references #160

merged 1 commit into from
Jul 23, 2024

Conversation

marcominerva
Copy link
Owner

  • Updated Azure OpenAI service API version from 2024-05-01-preview to 2024-06-01 in various configuration files.
  • Replaced older GPT model versions with gpt-4o-mini in README.md.
  • Updated package versions in .csproj files for improved compatibility and to include new features or bug fixes, affecting Microsoft.AspNetCore.OpenApi, Microsoft.Extensions.Http.Resilience, and Microsoft.AspNetCore.Components.WebAssembly.
  • Enhanced AzureChatGptServiceConfiguration with support for the new API version and updated OpenAIChatGptModels with new model constants.
  • Incremented Microsoft.Extensions.Configuration.Binder package version for better stability and performance.

- Updated Azure OpenAI service API version from `2024-05-01-preview` to `2024-06-01` in various configuration files.
- Replaced older GPT model versions with `gpt-4o-mini` in `README.md`.
- Updated package versions in `.csproj` files for improved compatibility and to include new features or bug fixes, affecting `Microsoft.AspNetCore.OpenApi`, `Microsoft.Extensions.Http.Resilience`, and `Microsoft.AspNetCore.Components.WebAssembly`.
- Enhanced AzureChatGptServiceConfiguration with support for the new API version and updated OpenAIChatGptModels with new model constants.
- Incremented `Microsoft.Extensions.Configuration.Binder` package version for better stability and performance.
@marcominerva marcominerva merged commit ffe9b12 into master Jul 23, 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