Alibrown commited on
Commit
a4803d2
·
verified ·
1 Parent(s): 59b2cc1

Update app/providers.py

Browse files
Files changed (1) hide show
  1. 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 = "HF_TOKEN"
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"