Spaces:
Running
Running
Update config.yaml
Browse files- config.yaml +5 -1
config.yaml
CHANGED
@@ -22,7 +22,11 @@ model_list:
|
|
22 |
- model_name: Qwen2.5-VL-32B-Instruct
|
23 |
litellm_params:
|
24 |
model: huggingface/Qwen/Qwen2.5-VL-32B-Instruct
|
25 |
-
api_key: os.environ/HF_TOKEN # ensure you have `HF_TOKEN` in your .env
|
|
|
|
|
|
|
|
|
26 |
- model_name: ollama-phi3.5-3.8b
|
27 |
litellm_params:
|
28 |
model: ollama/phi3.5:3.8b
|
|
|
22 |
- model_name: Qwen2.5-VL-32B-Instruct
|
23 |
litellm_params:
|
24 |
model: huggingface/Qwen/Qwen2.5-VL-32B-Instruct
|
25 |
+
api_key: os.environ/HF_TOKEN # ensure you have `HF_TOKEN` in your .env
|
26 |
+
- model_name: DeepSeek-R1-Distill-Llama-70B
|
27 |
+
litellm_params:
|
28 |
+
model: huggingface/deepseek-ai/DeepSeek-R1-Distill-Llama-70B
|
29 |
+
api_key: os.environ/HF_TOKEN # ensure you have `HF_TOKEN` in your .env
|
30 |
- model_name: ollama-phi3.5-3.8b
|
31 |
litellm_params:
|
32 |
model: ollama/phi3.5:3.8b
|