Update config.yaml
Browse files- config.yaml +1 -1
config.yaml
CHANGED
@@ -14,7 +14,7 @@ model_list:
|
|
14 |
|
15 |
litellm_settings: # module level litellm settings - https://github.com/BerriAI/litellm/blob/main/litellm/__init__.py
|
16 |
drop_params: True
|
17 |
-
set_verbose: True
|
18 |
|
19 |
general_settings:
|
20 |
master_key: "os.environ/MASTER_KEY" # [OPTIONAL] Only use this if you to require all calls to contain this key (Authorization: Bearer sk-1234)
|
|
|
14 |
|
15 |
litellm_settings: # module level litellm settings - https://github.com/BerriAI/litellm/blob/main/litellm/__init__.py
|
16 |
drop_params: True
|
17 |
+
#set_verbose: True
|
18 |
|
19 |
general_settings:
|
20 |
master_key: "os.environ/MASTER_KEY" # [OPTIONAL] Only use this if you to require all calls to contain this key (Authorization: Bearer sk-1234)
|