zhengr commited on
Commit
c0e2830
·
1 Parent(s): cd10e81
Files changed (1) hide show
  1. config.yaml +3 -3
config.yaml CHANGED
@@ -1,5 +1,5 @@
1
  model_list:
2
- - model_name: gollama-mistral-7b
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