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 49d0537 + b15cfd8 commit ea0166aCopy full SHA for ea0166a
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