We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da72dce commit 6a7d1aaCopy full SHA for 6a7d1aa
src/guidellm/benchmark/entrypoints.py
@@ -248,7 +248,7 @@ async def resolve_request_loader(
248
else:
249
# Extract request_type from formatter dictionary
250
formatter_dict = dict(data_request_formatter)
251
- request_type = formatter_dict.pop("request_type", "chat_completions")
+ request_type = formatter_dict.pop("request_type", settings.preferred_route)
252
formatter_kwargs = formatter_dict
253
254
if (
0 commit comments