Skip to content

Typo in example code snippet #41846

@davidydu

Description

@davidydu

Type of issue

Typo

Description

In the following code block:

from azure.ai.evaluation._model_configurations import OpenAIModelConfiguration

   oai_model_config = OpenAIModelConfiguration(
       api_key="my-oai-api-key", base_url="https://api.openai.com/v1", model="gpt-35-turbo"
   )

is model="gpt-35-turbo" a typo? Is "gpt-3.5-turbo" expected?

Page URL

https://learn.microsoft.com/en-us/python/api/azure-ai-evaluation/azure.ai.evaluation.openaimodelconfiguration?view=azure-python

Content source URL

https://github.com/MicrosoftDocs/azure-docs-sdk-python/blob/main/docs-ref-autogen/azure-ai-evaluation/azure.ai.evaluation.OpenAIModelConfiguration.yml

Document Version Independent Id

3bf5ef49-29f6-407a-2d47-5eb28dab95af

Platform Id

9758c592-eb24-7da7-b203-d0bbd855d89d

Article author

@lmazuel

Metadata

  • ID: b318b7d3-716a-a454-9327-da29dc6b4c57
  • PlatformId: 9758c592-eb24-7da7-b203-d0bbd855d89d

Metadata

Metadata

Labels

AIClientThis issue points to a problem in the data-plane of the library.EvaluationIssues related to the client library for Azure AI EvaluationService AttentionWorkflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions