zealott3528 commited on
Commit
64692d7
·
verified ·
1 Parent(s): fbcbc6c

Update config.yaml

Browse files
Files changed (1) hide show
  1. 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: "sk-leo666" # sk-1234 # [OPTIONAL] Only use this if you require all calls to contain this key (Authorization: Bearer sk-1234)
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