Spaces:
Running
Running
Update app/providers.py
Browse files- app/providers.py +1 -1
app/providers.py
CHANGED
|
@@ -118,7 +118,7 @@ class SmolLMProvider(BaseProvider):
|
|
| 118 |
[LLM_PROVIDER.smollm]
|
| 119 |
active = "true"
|
| 120 |
base_url = "https://codey-lab-SmolLM2-customs.hf.space/v1"
|
| 121 |
-
env_key = "
|
| 122 |
default_model = "smollm2-360m"
|
| 123 |
models = "smollm2-360m, codey-lab/model.universal-mcp-hub"
|
| 124 |
fallback_to = "anthropic"
|
|
|
|
| 118 |
[LLM_PROVIDER.smollm]
|
| 119 |
active = "true"
|
| 120 |
base_url = "https://codey-lab-SmolLM2-customs.hf.space/v1"
|
| 121 |
+
env_key = "SMOLLM_API_KEY"
|
| 122 |
default_model = "smollm2-360m"
|
| 123 |
models = "smollm2-360m, codey-lab/model.universal-mcp-hub"
|
| 124 |
fallback_to = "anthropic"
|