Spaces:
Sleeping
Sleeping
Update config.yaml
Browse files- config.yaml +4 -0
config.yaml
CHANGED
|
@@ -51,6 +51,10 @@ model_list:
|
|
| 51 |
litellm_params:
|
| 52 |
model: huggingface/together/deepseek-ai/DeepSeek-R1
|
| 53 |
api_key: os.environ/HF_TOKEN # ensure you have `HF_TOKEN` in your .env
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
- model_name: gpt-oss-120b
|
| 55 |
litellm_params:
|
| 56 |
model: huggingface/openai/gpt-oss-120b
|
|
|
|
| 51 |
litellm_params:
|
| 52 |
model: huggingface/together/deepseek-ai/DeepSeek-R1
|
| 53 |
api_key: os.environ/HF_TOKEN # ensure you have `HF_TOKEN` in your .env
|
| 54 |
+
- model_name: GLM-4.6
|
| 55 |
+
litellm_params:
|
| 56 |
+
model: huggingface/zai-org/GLM-4.6
|
| 57 |
+
api_key: os.environ/HF_TOKEN # ensure you have `HF_TOKEN` in your .env
|
| 58 |
- model_name: gpt-oss-120b
|
| 59 |
litellm_params:
|
| 60 |
model: huggingface/openai/gpt-oss-120b
|