Spaces:
Running
Running
Update config.yaml
Browse files- config.yaml +4 -0
config.yaml
CHANGED
@@ -27,6 +27,10 @@ model_list:
|
|
27 |
litellm_params:
|
28 |
model: huggingface/Qwen/Qwen3-235B-A22B
|
29 |
api_key: os.environ/HF_TOKEN # ensure you have `HF_TOKEN` in your .env
|
|
|
|
|
|
|
|
|
30 |
- model_name: Llama-3.1-Nemotron-70B-Instruct-HF
|
31 |
litellm_params:
|
32 |
model: huggingface/nvidia/Llama-3.1-Nemotron-70B-Instruct-HF
|
|
|
27 |
litellm_params:
|
28 |
model: huggingface/Qwen/Qwen3-235B-A22B
|
29 |
api_key: os.environ/HF_TOKEN # ensure you have `HF_TOKEN` in your .env
|
30 |
+
- model_name: c4ai-command-r-plus-08-2024
|
31 |
+
litellm_params:
|
32 |
+
model: huggingface/CohereLabs/c4ai-command-r-plus-08-2024
|
33 |
+
api_key: os.environ/HF_TOKEN # ensure you have `HF_TOKEN` in your .env
|
34 |
- model_name: Llama-3.1-Nemotron-70B-Instruct-HF
|
35 |
litellm_params:
|
36 |
model: huggingface/nvidia/Llama-3.1-Nemotron-70B-Instruct-HF
|