-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Confirm this is an issue with the Python library and not an underlying OpenAI API
- This is an issue with the Python library
Describe the bug
Dear Developers,
While creating a Batch Request, it is possible to set the endpoint as "v1/responses", however the URL input for individual request input object inside the jsonl file, does not support "v1/responses". Therefore, rendering "v1/responses" endpoint support for BatchAPI useless.
To Reproduce
- Create a jsonl file including a simple Batch request input, set the URL "v1/responses" (though this is not available) or "v1/chat/completions" (which is supported).
- Create a Batch task with endpoint="v1/responses" (which is supposedly supported).
- You will get an URL and Endpoint mismatch.
- Resulting in the documentation fail, or a missing feature. Rendering Responses endpoint useless.
Code snippets
OS
macOS
Python version
python v3.12
Library version
openai >1.70
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working