Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanMarten committed Dec 16, 2024
1 parent a8c894e commit 6e77a81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
logger = logging.getLogger(__name__)

litellm.suppress_debug_info = True
REQUEST_TIMEOUT = 10 * 60.0 # same as openai python sdk
REQUEST_TIMEOUT = 10 * 60.0 # same as openai python sdk


class LiteLLMOnlineRequestProcessor(BaseOnlineRequestProcessor):
Expand Down

0 comments on commit 6e77a81

Please sign in to comment.