Skip to content

Commit e28996b

Browse files
authored
fix documentation for get batch req (#15742)
1 parent 3ef9b20 commit e28996b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/my-website/docs/providers/vertex_batch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Check the status of your batch job. The batch will progress through states: `val
162162
```python showLineNumbers title="retrieve_batch.py"
163163
retrieved_batch = oai_client.batches.retrieve(
164164
batch_id=create_batch_response.id, # Created batch id, e.g. 7814463557919047680
165-
extra_body={"custom_llm_provider": "vertex_ai"}
165+
extra_query={"custom_llm_provider": "vertex_ai"}
166166
)
167167

168168
print(f"Batch status: {retrieved_batch.status}")

0 commit comments

Comments
 (0)