Skip to content

Commit e3be0ef

Browse files
committed
Fix typing issue
1 parent 8b5ec4f commit e3be0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guidellm/backend/openai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def _params(self, endpoint_type: EndpointType) -> dict[str, str]:
410410

411411
return self.extra_query
412412

413-
def _extra_body(self, endpoint_type: EndpointType) -> dict[str, str]:
413+
def _extra_body(self, endpoint_type: EndpointType) -> dict[str, Any]:
414414
if self.extra_body is None:
415415
return {}
416416

0 commit comments

Comments
 (0)