Skip to content

Commit b524e5d

Browse files
authored
Merge branch 'features/refactor/base' into features/refactor/multimodal_support
2 parents 687b52f + 4e142ba commit b524e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guidellm/backends/openai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ async def resolve(
228228
raise RuntimeError("Backend not started up for process.")
229229

230230
if history is not None:
231-
raise NotImplementedError("Multi-turn requests not yet supported")
231+
raise NotImplementedError("Multi-turn requests not yet supported")
232232

233233
response_handler = self._resolve_response_handler(
234234
request_type=request.request_type

0 commit comments

Comments
 (0)