Spaces:
Running
Running
Update app/.pyfun
Browse files- app/.pyfun +5 -3
app/.pyfun
CHANGED
|
@@ -63,11 +63,13 @@ SEARCH_TIMEOUT_SEC = "30"
|
|
| 63 |
|
| 64 |
# later for customs assi
|
| 65 |
[LLM_PROVIDER.smollm]
|
| 66 |
-
active
|
| 67 |
-
base_url
|
| 68 |
env_key = "SMOLLM_API_KEY"
|
| 69 |
default_model = "smollm2-360m"
|
| 70 |
-
models
|
|
|
|
|
|
|
| 71 |
|
| 72 |
fallback_to = "anthropic"
|
| 73 |
[LLM_PROVIDER.smollm_END]
|
|
|
|
| 63 |
|
| 64 |
# later for customs assi
|
| 65 |
[LLM_PROVIDER.smollm]
|
| 66 |
+
active = "true"
|
| 67 |
+
base_url = "https://codey-lab-smollm2-customs.hf.space/v1"
|
| 68 |
env_key = "SMOLLM_API_KEY"
|
| 69 |
default_model = "smollm2-360m"
|
| 70 |
+
models = "smollm2-360m, codey-lab/model.universal-mcp-hub"
|
| 71 |
+
fallback_to = "gemini"
|
| 72 |
+
[LLM_PROVIDER.smollm_END]
|
| 73 |
|
| 74 |
fallback_to = "anthropic"
|
| 75 |
[LLM_PROVIDER.smollm_END]
|