Skip to content

Commit 993df03

Browse files
committed
Fix typo
1 parent a99ff54 commit 993df03

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
@@ -50,7 +50,7 @@ class OpenAIHTTPBackend(Backend):
5050
:param http2: If True, uses HTTP/2 for requests to the OpenAI server.
5151
Defaults to True.
5252
:param follow_redirects: If True, the HTTP client will follow redirect responses.
53-
If not procided, the default value from settings is used.
53+
If not provided, the default value from settings is used.
5454
:param max_output_tokens: The maximum number of tokens to request for completions.
5555
If not provided, the default maximum tokens provided from settings is used.
5656
"""

0 commit comments

Comments
 (0)