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.
1 parent a314d4e commit af9ba2bCopy full SHA for af9ba2b
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