Spaces:
Sleeping
Sleeping
init
Browse files- config.yaml +0 -1
config.yaml
CHANGED
@@ -6,7 +6,6 @@ model_list:
|
|
6 |
|
7 |
litellm_settings: # module level litellm settings - https://github.com/BerriAI/litellm/blob/main/litellm/__init__.py
|
8 |
drop_params: True
|
9 |
-
success_callback: ["langfuse"] # OPTIONAL - if you want to start sending LLM Logs to Langfuse. Make sure to set `LANGFUSE_PUBLIC_KEY` and `LANGFUSE_SECRET_KEY` in your env
|
10 |
|
11 |
general_settings:
|
12 |
master_key: sk-1234 # [OPTIONAL] Only use this if you to require all calls to contain this key (Authorization: Bearer sk-1234)
|
|
|
6 |
|
7 |
litellm_settings: # module level litellm settings - https://github.com/BerriAI/litellm/blob/main/litellm/__init__.py
|
8 |
drop_params: True
|
|
|
9 |
|
10 |
general_settings:
|
11 |
master_key: sk-1234 # [OPTIONAL] Only use this if you to require all calls to contain this key (Authorization: Bearer sk-1234)
|