mikeee commited on
Commit
af413b3
·
verified ·
1 Parent(s): 6e42a29

Update config.yaml

Browse files

request_timeout: 20

Files changed (1) hide show
  1. config.yaml +6 -2
config.yaml CHANGED
@@ -64,7 +64,11 @@ model_list:
64
  api_key: os.environ/GEMINI_API_KEY2
65
  rpm: 30 # 15 * # of keys
66
  tpm: 2000000 # 1,000,000 * # of keys
67
-
 
 
 
 
68
  general_settings:
69
  master_key: os.environ/MASTER_KEY # sk-1234 # [OPTIONAL] Only use this if you require all calls to contain this key (Authorization: Bearer sk-1234)
70
- routing_strategy: simple-shuffle
 
64
  api_key: os.environ/GEMINI_API_KEY2
65
  rpm: 30 # 15 * # of keys
66
  tpm: 2000000 # 1,000,000 * # of keys
67
+
68
+ litellm_settings:
69
+ # Networking settings
70
+ request_timeout: 20 # (int) llm request timeout in seconds. Raise Timeout error if call takes longer than 10s. Sets litellm.request_timeout
71
+
72
  general_settings:
73
  master_key: os.environ/MASTER_KEY # sk-1234 # [OPTIONAL] Only use this if you require all calls to contain this key (Authorization: Bearer sk-1234)
74
+ routing_strategy: simple-shuffle