Spaces:
Sleeping
Sleeping
Update config.yaml
Browse files- config.yaml +1 -1
config.yaml
CHANGED
@@ -70,5 +70,5 @@ litellm_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:
|
74 |
routing_strategy: simple-shuffle
|
|
|
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
|