Spaces:
Running
Running
Update app/.pyfun
Browse files- app/.pyfun +2 -2
app/.pyfun
CHANGED
|
@@ -85,11 +85,11 @@ SEARCH_TIMEOUT_SEC = "30"
|
|
| 85 |
env_key = "OPENROUTER_API_KEY" # → .env: OPENROUTER_API_KEY=sk-or-...
|
| 86 |
default_model = "nvidia/nemotron-nano-9b-v2:free"
|
| 87 |
models = "meta-llama/llama-3-8b-instruct, mistralai/mistral-7b-instruct, nvidia/nemotron-nano-9b-v2:free, google/gemma-3-27b-it:free, openai/gpt-oss-20b:free, mistralai/Mistral-7B-Instruct-v0.3, meta-llama/Llama-3.3-70B-Instruct"
|
| 88 |
-
fallback_to = "
|
| 89 |
[LLM_PROVIDER.openrouter_END]
|
| 90 |
|
| 91 |
[LLM_PROVIDER.huggingface]
|
| 92 |
-
active = "
|
| 93 |
base_url = "https://api-inference.huggingface.co/v1"
|
| 94 |
env_key = "HF_TOKEN" # → .env: HF_TOKEN=hf_...
|
| 95 |
default_model = "meta-llama/Llama-3.1-8B-Instruct"
|
|
|
|
| 85 |
env_key = "OPENROUTER_API_KEY" # → .env: OPENROUTER_API_KEY=sk-or-...
|
| 86 |
default_model = "nvidia/nemotron-nano-9b-v2:free"
|
| 87 |
models = "meta-llama/llama-3-8b-instruct, mistralai/mistral-7b-instruct, nvidia/nemotron-nano-9b-v2:free, google/gemma-3-27b-it:free, openai/gpt-oss-20b:free, mistralai/Mistral-7B-Instruct-v0.3, meta-llama/Llama-3.3-70B-Instruct"
|
| 88 |
+
fallback_to = "" # last in chain, no further fallback
|
| 89 |
[LLM_PROVIDER.openrouter_END]
|
| 90 |
|
| 91 |
[LLM_PROVIDER.huggingface]
|
| 92 |
+
active = "false"
|
| 93 |
base_url = "https://api-inference.huggingface.co/v1"
|
| 94 |
env_key = "HF_TOKEN" # → .env: HF_TOKEN=hf_...
|
| 95 |
default_model = "meta-llama/Llama-3.1-8B-Instruct"
|