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 default API version to 2024-10-21 #166

Merged
merged 2 commits into from
Nov 5, 2024
Merged

Update default API version to 2024-10-21 #166

merged 2 commits into from
Nov 5, 2024

Conversation

marcominerva
Copy link
Owner

This pull request includes updates to the API version for Azure OpenAI Service across various configuration files and documentation, as well as some minor code improvements. The most important changes include updating the default API version to 2024-10-21 and adding new API versions in the documentation.

API Version Updates:

Code Improvements:

Updated the default API version for Azure OpenAI service from `2024-09-01-preview` to `2024-10-21`. Updated README.md, `appsettings.json`, and `AzureChatGptServiceConfiguration` class to reflect the new default API version and include it in the list of supported versions. Updated documentation in `AzureChatGptServiceConfiguration` to reference the new API version and its Swagger specification.
Replaced `response.GetContent()` with `response` in `AskStreamAsync` method of `Application` class.
Added `ToString` method to `ChatGptResponse` class to return response content.
@marcominerva marcominerva merged commit c330d28 into master Nov 5, 2024
2 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