Spaces:
Running
Running
Update app/.pyfun
Browse files- app/.pyfun +1 -1
app/.pyfun
CHANGED
|
@@ -83,7 +83,7 @@ SEARCH_TIMEOUT_SEC = "30"
|
|
| 83 |
active = "true"
|
| 84 |
base_url = "https://openrouter.ai/api/v1"
|
| 85 |
env_key = "OPENROUTER_API_KEY" # → .env: OPENROUTER_API_KEY=sk-or-...
|
| 86 |
-
default_model = "
|
| 87 |
models = "openai/gpt-4o, meta-llama/llama-3-8b-instruct, mistralai/mistral-7b-instruct, cognitivecomputations/dolphin-mistral-24b-venice-edition:free, deepseek/deepseek-chat-v3.1:free, nvidia/nemotron-nano-9b-v2:free, google/gemma-3-27b-it:free, openai/gpt-oss-20b:free, qwen/qwen3-coder:free, qwen/qwen2.5-vl-72b-instruct:free, nousresearch/deephermes-3-llama-3-8b-preview:free, mistralai/Mistral-7B-Instruct-v0.3, meta-llama/Llama-3.3-70B-Instruct"
|
| 88 |
fallback_to = "huggingface"
|
| 89 |
[LLM_PROVIDER.openrouter_END]
|
|
|
|
| 83 |
active = "true"
|
| 84 |
base_url = "https://openrouter.ai/api/v1"
|
| 85 |
env_key = "OPENROUTER_API_KEY" # → .env: OPENROUTER_API_KEY=sk-or-...
|
| 86 |
+
default_model = "nvidia/nemotron-nano-9b-v2:free"
|
| 87 |
models = "openai/gpt-4o, meta-llama/llama-3-8b-instruct, mistralai/mistral-7b-instruct, cognitivecomputations/dolphin-mistral-24b-venice-edition:free, deepseek/deepseek-chat-v3.1:free, nvidia/nemotron-nano-9b-v2:free, google/gemma-3-27b-it:free, openai/gpt-oss-20b:free, qwen/qwen3-coder:free, qwen/qwen2.5-vl-72b-instruct:free, nousresearch/deephermes-3-llama-3-8b-preview:free, mistralai/Mistral-7B-Instruct-v0.3, meta-llama/Llama-3.3-70B-Instruct"
|
| 88 |
fallback_to = "huggingface"
|
| 89 |
[LLM_PROVIDER.openrouter_END]
|