Skip to content

Commit ea0166a

Browse files
authored
Merge pull request #6037 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-ai-docs (branch main)
2 parents 49d0537 + b15cfd8 commit ea0166a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-foundry/openai/how-to/responses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ client = AzureOpenAI(
773773
)
774774

775775

776-
# Upload a file with a purpose of "batch"
776+
# Upload a file with a purpose of "assistants"
777777
file = client.files.create(
778778
file=open("nucleus_sampling.pdf", "rb"), # This assumes a .pdf file in the same directory as the executing script
779779
purpose="assistants"

0 commit comments

Comments
 (0)