Spaces:
Sleeping
Sleeping
update
Browse files- config.yaml +3 -3
config.yaml
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
model_list:
|
2 |
-
- model_name:
|
3 |
litellm_params:
|
4 |
model: ollama/mistral:7b
|
5 |
api_base: https://zhengr-ollama.hf.space
|
@@ -8,5 +8,5 @@ litellm_settings: # module level litellm settings - https://github.com/BerriAI/l
|
|
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)
|
12 |
-
alerting: ["slack"] # [OPTIONAL] If you want Slack Alerts for Hanging LLM requests, Slow llm responses, Budget Alerts. Make sure to set `SLACK_WEBHOOK_URL` in your env
|
|
|
1 |
model_list:
|
2 |
+
- model_name: ollama-mistral-7b
|
3 |
litellm_params:
|
4 |
model: ollama/mistral:7b
|
5 |
api_base: https://zhengr-ollama.hf.space
|
|
|
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)
|
12 |
+
#alerting: ["slack"] # [OPTIONAL] If you want Slack Alerts for Hanging LLM requests, Slow llm responses, Budget Alerts. Make sure to set `SLACK_WEBHOOK_URL` in your env
|