Spaces:
Sleeping
Sleeping
update
Browse files- config.yaml +2 -0
config.yaml
CHANGED
@@ -3,6 +3,7 @@ model_list:
|
|
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>"
|
@@ -17,6 +18,7 @@ model_list:
|
|
17 |
litellm_params:
|
18 |
model: xinference/llama-3-instruct
|
19 |
api_base: https://zhengr-xinference.hf.space
|
|
|
20 |
|
21 |
litellm_settings: # module level litellm settings - https://github.com/BerriAI/litellm/blob/main/litellm/__init__.py
|
22 |
drop_params: True
|
|
|
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>"
|
|
|
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
|