-
-
Notifications
You must be signed in to change notification settings - Fork 868
Review gpt-5 batch processing feature request #1820
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Review gpt-5 batch processing feature request #1820
Conversation
Co-authored-by: jason <jason@jxnl.co>
Cursor Agent can help with this pull request. Just |
Claude finished @jxnl's task —— View job PR Review: GPT-5 Batch Processing DocumentationReviewing this pull request that adds documentation for GPT-5 batch processing support. Review Tasks
Review FeedbackThis PR successfully documents GPT-5 support in batch processing. The changes are well-structured and comprehensive. Here's my detailed review: ✅ Strengths1. Comprehensive Documentation (docs/concepts/batch.md:8-34)
2. Practical Example Code (docs/concepts/batch.md:36-65)
3. Updated Test Coverage (examples/batch_api/run_batch_test.py:8,21-24)
4. Clear Module Documentation (instructor/batch/init.py:9,27)
|
Deploying with
|
Status | Name | Latest Commit | Updated (UTC) |
---|---|---|---|
✅ Deployment successful! View logs |
instructor | 0c65751 | Sep 25 2025, 04:15 PM |
docs: update documentation for GPT-5 batch processing support
Describe your changes
This PR addresses issue #1813 by clarifying that GPT-5 models (including
gpt-5-turbo
,gpt-5
,gpt-5-preview
,o1-preview
, ando1-mini
) are already fully supported by Instructor's batch processing functionality.The core batch processing implementation is model-agnostic, meaning it passes model names directly to the OpenAI API without specific validation. The changes in this PR are purely documentation updates to:
docs/concepts/batch.md
.This resolves the user's request by making existing support visible and providing necessary examples, without requiring any code changes to enable GPT-5 functionality.
Issue ticket number and link
#1813 Feature Request: Add GPT-5 Support for Batch Processing (Including Input File Creation)
Checklist before requesting a review
Slack Thread