Skip to content

Commit 1754dee

Browse files
committed
spelling error
1 parent e393f27 commit 1754dee

File tree

1 file changed

+1
-1
lines changed
  • articles/ai-services/openai/includes

1 file changed

+1
-1
lines changed

articles/ai-services/openai/includes/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ client = AzureOpenAI(
107107
azure_endpoint = os.getenv("AZURE_OPENAI_ENDPOINT")
108108
)
109109

110-
deployment_name='REPLACE_WITH_YOUR_DEPLOYMENT_NAME' #This will correspond to the custom name you chose for your deployment when you deployed a model. Use a gpt-35-turbo-instruct depoyment.
110+
deployment_name='REPLACE_WITH_YOUR_DEPLOYMENT_NAME' #This will correspond to the custom name you chose for your deployment when you deployed a model. Use a gpt-35-turbo-instruct deployment.
111111

112112
# Send a completion call to generate an answer
113113
print('Sending a test completion job')

0 commit comments

Comments
 (0)