We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7bd97f7 + af9ba2b commit b15cfd8Copy full SHA for b15cfd8
articles/ai-foundry/openai/how-to/responses.md
@@ -773,7 +773,7 @@ client = AzureOpenAI(
773
)
774
775
776
-# Upload a file with a purpose of "batch"
+# Upload a file with a purpose of "assistants"
777
file = client.files.create(
778
file=open("nucleus_sampling.pdf", "rb"), # This assumes a .pdf file in the same directory as the executing script
779
purpose="assistants"
0 commit comments