Spaces:
Running
Running
Update config.yaml
Browse files- config.yaml +4 -0
config.yaml
CHANGED
|
@@ -31,6 +31,10 @@ model_list:
|
|
| 31 |
litellm_params:
|
| 32 |
model: huggingface/together/deepseek-ai/DeepSeek-R1
|
| 33 |
api_key: os.environ/HF_TOKEN # ensure you have `HF_TOKEN` in your .env
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
# ============================
|
| 35 |
#
|
| 36 |
# Model-specific parameters with example
|
|
|
|
| 31 |
litellm_params:
|
| 32 |
model: huggingface/together/deepseek-ai/DeepSeek-R1
|
| 33 |
api_key: os.environ/HF_TOKEN # ensure you have `HF_TOKEN` in your .env
|
| 34 |
+
- model_name: gemma-3-27b-it
|
| 35 |
+
litellm_params:
|
| 36 |
+
model: huggingface/google/gemma-3-27b-it
|
| 37 |
+
api_key: os.environ/HF_TOKEN # ensure you have `HF_TOKEN` in your .env
|
| 38 |
# ============================
|
| 39 |
#
|
| 40 |
# Model-specific parameters with example
|