Skip to content

Commit 6a7d1aa

Browse files
markurtzsjmonson
andauthored
Update src/guidellm/benchmark/entrypoints.py
Co-authored-by: Samuel Monson <[email protected]> Signed-off-by: Mark Kurtz <[email protected]>
1 parent da72dce commit 6a7d1aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guidellm/benchmark/entrypoints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ async def resolve_request_loader(
248248
else:
249249
# Extract request_type from formatter dictionary
250250
formatter_dict = dict(data_request_formatter)
251-
request_type = formatter_dict.pop("request_type", "chat_completions")
251+
request_type = formatter_dict.pop("request_type", settings.preferred_route)
252252
formatter_kwargs = formatter_dict
253253

254254
if (

0 commit comments

Comments
 (0)