-
Notifications
You must be signed in to change notification settings - Fork 837
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
chore: Update gpt-35-turbo version #2343
base: master
Are you sure you want to change the base?
Conversation
For End of support of older version of gpt-35-turbo model
@microsoft-github-policy-service agree
@microsoft-github-policy-service agree company="Microsoft" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor nits, thank you!
@@ -40,7 +40,7 @@ aoai_service_name = "synapseml-openai-2" | |||
aoai_endpoint = f"https://{aoai_service_name}.openai.azure.com/" | |||
aoai_key = find_secret(secret_name="openai-api-key-2", keyvault="mmlspark-build-keys") | |||
aoai_deployment_name_embeddings = "text-embedding-ada-002" | |||
aoai_deployment_name_query = "gpt-35-turbo" | |||
aoai_deployment_name_query = "gpt-35-turbo-0125" | |||
aoai_model_name_query = "gpt-35-turbo" | |||
|
|||
# Azure Cognitive Search |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to change version 1.0.8 and below, just edit 1.0.9 please
Related Issues/PRs
gpt-35-turbo-0301 is being retired from Azure OpenAI service on February 13, 2025
What changes are proposed in this pull request?
Update occurances of:
2022-12-01
➡️2024-02-01
stable updated api_version for Azure OpenAIsynapseml-openai
➡️synapseml-openai-2
where thegpt-35-turbo-0125
is deployedHow is this patch tested?
Not tested
Does this PR change any dependencies?
No. You can skip this section.
Yes. Make sure the dependencies are resolved correctly, and list changes here.
synapseml-openai-2
2024-02-01
Does this PR add a new feature? If so, have you added samples on website?
website/docs/documentation
folder.Make sure you choose the correct class
estimators/transformers
and namespace.DocTable
points to correct API link.yarn run start
to make sure the website renders correctly.<!--pytest-codeblocks:cont-->
before each python code blocks to enable auto-tests for python samples.WebsiteSamplesTests
job pass in the pipeline.