Alibrown commited on
Commit
221301c
Β·
verified Β·
1 Parent(s): 881cf96

Update app/.pyfun

Browse files
Files changed (1) hide show
  1. app/.pyfun +12 -0
app/.pyfun CHANGED
@@ -60,6 +60,18 @@ SEARCH_TIMEOUT_SEC = "30"
60
  # ── LLM Providers ─────────────────────────────────────────────────────────────
61
  [LLM_PROVIDERS]
62
 
 
 
 
 
 
 
 
 
 
 
 
 
63
  [LLM_PROVIDER.anthropic]
64
  active = "true"
65
  base_url = "https://api.anthropic.com/v1"
 
60
  # ── LLM Providers ─────────────────────────────────────────────────────────────
61
  [LLM_PROVIDERS]
62
 
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 = "THF_TOKEN"
69
+ default_model = "smollm2-360m"
70
+ models = "smollm2-360m, codey-lab/model.universal-mcp-hub"
71
+
72
+ fallback_to = "anthropic"
73
+ [LLM_PROVIDER.smollm_END]
74
+
75
  [LLM_PROVIDER.anthropic]
76
  active = "true"
77
  base_url = "https://api.anthropic.com/v1"