forked from phoenix/litellm-mirror
docs(scheduler.md): update docs with request timeout
This commit is contained in:
parent
19d57314ee
commit
7d5022b0e0
1 changed files with 3 additions and 0 deletions
|
@ -147,6 +147,9 @@ model_list:
|
|||
mock_response: "hello world!"
|
||||
api_key: my-good-key
|
||||
|
||||
litellm_settings:
|
||||
request_timeout: 600 # 👈 Will keep retrying until timeout occurs
|
||||
|
||||
router_settings:
|
||||
redis_host; os.environ/REDIS_HOST
|
||||
redis_password: os.environ/REDIS_PASSWORD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue