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 |
# ============================
|
55 |
#
|
56 |
# Model-specific parameters with example
|
|
|
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
|
57 |
+
api_key: os.environ/HF_TOKEN
|
58 |
# ============================
|
59 |
#
|
60 |
# Model-specific parameters with example
|