Spaces:
Running
Running
Update app/.pyfun
Browse files- app/.pyfun +3 -3
app/.pyfun
CHANGED
|
@@ -90,10 +90,10 @@ SEARCH_TIMEOUT_SEC = "30"
|
|
| 90 |
|
| 91 |
[LLM_PROVIDER.huggingface]
|
| 92 |
active = "true"
|
| 93 |
-
base_url = "https://api-inference.huggingface.co/
|
| 94 |
env_key = "HF_TOKEN" # → .env: HF_TOKEN=hf_...
|
| 95 |
-
default_model
|
| 96 |
-
models
|
| 97 |
fallback_to = "" # last in chain, no further fallback
|
| 98 |
[LLM_PROVIDER.huggingface_END]
|
| 99 |
|
|
|
|
| 90 |
|
| 91 |
[LLM_PROVIDER.huggingface]
|
| 92 |
active = "true"
|
| 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"
|
| 96 |
+
models = "meta-llama/Llama-3.1-8B-Instruct, mistralai/Mistral-Nemo-Instruct-2407, Qwen/Qwen2.5-72B-Instruct"
|
| 97 |
fallback_to = "" # last in chain, no further fallback
|
| 98 |
[LLM_PROVIDER.huggingface_END]
|
| 99 |
|