Spaces:
Running
Running
Update app/.pyfun
Browse files- app/.pyfun +1 -1
app/.pyfun
CHANGED
|
@@ -90,7 +90,7 @@ SEARCH_TIMEOUT_SEC = "30"
|
|
| 90 |
|
| 91 |
[LLM_PROVIDER.huggingface]
|
| 92 |
active = "true"
|
| 93 |
-
base_url = "https://
|
| 94 |
env_key = "HF_TOKEN" # → .env: HF_TOKEN=hf_...
|
| 95 |
default_model = "meta-llama/Llama-3.3-70B-Instruct"
|
| 96 |
models = "meta-llama/Llama-3.3-70B-Instruct, mistralai/Mistral-Nemo-Instruct-2407, ..."
|
|
|
|
| 90 |
|
| 91 |
[LLM_PROVIDER.huggingface]
|
| 92 |
active = "true"
|
| 93 |
+
base_url = "https://router.huggingface.co/hf-inference/v1/chat/completions"
|
| 94 |
env_key = "HF_TOKEN" # → .env: HF_TOKEN=hf_...
|
| 95 |
default_model = "meta-llama/Llama-3.3-70B-Instruct"
|
| 96 |
models = "meta-llama/Llama-3.3-70B-Instruct, mistralai/Mistral-Nemo-Instruct-2407, ..."
|