zhengr commited on
Commit
d246a72
·
1 Parent(s): 672083a
Files changed (1) hide show
  1. config.yaml +1 -3
config.yaml CHANGED
@@ -3,7 +3,6 @@ model_list:
3
  litellm_params:
4
  model: ollama/mistral:7b
5
  api_base: https://zhengr-ollama.hf.space
6
- api_key: ""
7
  # Model-specific parameters
8
  #model: "huggingface/mistralai/Mistral-7B-Instruct-v0.1"
9
  #api_base: "<your-api-base>"
@@ -17,8 +16,7 @@ model_list:
17
  - model_name: xinference-llama-3-instruct
18
  litellm_params:
19
  model: xinference/llama-3-instruct
20
- api_base: https://zhengr-xinference.hf.space
21
- api_key: ""
22
 
23
  litellm_settings: # module level litellm settings - https://github.com/BerriAI/litellm/blob/main/litellm/__init__.py
24
  drop_params: True
 
3
  litellm_params:
4
  model: ollama/mistral:7b
5
  api_base: https://zhengr-ollama.hf.space
 
6
  # Model-specific parameters
7
  #model: "huggingface/mistralai/Mistral-7B-Instruct-v0.1"
8
  #api_base: "<your-api-base>"
 
16
  - model_name: xinference-llama-3-instruct
17
  litellm_params:
18
  model: xinference/llama-3-instruct
19
+ api_base: https://zhengr-xinference.hf.space/v1
 
20
 
21
  litellm_settings: # module level litellm settings - https://github.com/BerriAI/litellm/blob/main/litellm/__init__.py
22
  drop_params: True