mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
(docs + testing) Correctly document the timeout value used by litellm proxy is 6000 seconds + add to best practices for prod (#6339)
* fix docs use documented timeout * document request timeout * add test for litellm.request_timeout * add test for checking value of timeout
This commit is contained in:
parent
64c3d3210c
commit
807e9dcea8
7 changed files with 54 additions and 4 deletions
|
@ -125,7 +125,7 @@ def is_port_in_use(port):
|
|||
)
|
||||
@click.option(
|
||||
"--request_timeout",
|
||||
default=600,
|
||||
default=6000,
|
||||
type=int,
|
||||
help="Set timeout in seconds for completion calls",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue