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 a99ff54 commit 993df03Copy full SHA for 993df03
src/guidellm/backend/openai.py
@@ -50,7 +50,7 @@ class OpenAIHTTPBackend(Backend):
50
:param http2: If True, uses HTTP/2 for requests to the OpenAI server.
51
Defaults to True.
52
:param follow_redirects: If True, the HTTP client will follow redirect responses.
53
- If not procided, the default value from settings is used.
+ If not provided, the default value from settings is used.
54
:param max_output_tokens: The maximum number of tokens to request for completions.
55
If not provided, the default maximum tokens provided from settings is used.
56
"""
0 commit comments