Skip to content

Commit

Permalink
increase timeout to 10 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanMarten committed Dec 16, 2024
1 parent 6a2cfd0 commit a8c894e
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 = 60.0
REQUEST_TIMEOUT = 10 * 60.0 # same as openai python sdk


class LiteLLMOnlineRequestProcessor(BaseOnlineRequestProcessor):
Expand Down

0 comments on commit a8c894e

Please sign in to comment.