-
-
Notifications
You must be signed in to change notification settings - Fork 11.6k
Open
Labels
feature requestNew feature or requestNew feature or request
Description
🚀 The feature, motivation and pitch
Currently responses API don't output the right IDs for content and ID.
vllm/vllm/entrypoints/openai/serving_responses.py
Lines 815 to 818 in c32e6ad
| current_content_index = 0 # FIXME: this number is never changed | |
| current_output_index = 0 | |
| current_item_id = "" # FIXME: this number is never changed | |
| sent_output_item_added = False |
Alternatives
No response
Additional context
No response
Before submitting a new issue...
- Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request
Type
Projects
Status
In progress