Spaces:
Paused
Paused
| # ========================================================================== | |
| # Variables du Space (a definir dans Hugging Face > Settings > Secrets). | |
| # Pour un test local : copiez ce fichier en ".env". | |
| # ========================================================================== | |
| # --- Modele Hugging Face --------------------------------------------------- | |
| HF_API_TOKEN= | |
| HF_MODEL=meta-llama/Llama-3.1-8B-Instruct | |
| # --- Site source ----------------------------------------------------------- | |
| SITE_URL=https://www.vizyonayiti360.org | |
| # --- Acces au contenu NON public (mot de passe d'application WordPress) ----- | |
| # WordPress : Utilisateurs > Profil > Mots de passe d'application. | |
| WP_USERNAME= | |
| WP_APP_PASSWORD= | |
| INCLUDE_NON_PUBLIC=true | |
| WP_STATUSES=publish,private,draft,pending,future | |
| # --- Embeddings (local) ---------------------------------------------------- | |
| EMBEDDING_MODEL=sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2 | |
| # --- Parametres -------------------------------------------------------------- | |
| DEFAULT_LANG=fr | |
| TOP_K=5 | |
| MIN_SCORE=0.25 | |
| REBUILD_ON_START=true | |
| # --- RGPD ------------------------------------------------------------------ | |
| ANONYMIZE_INPUT=true | |
| ENABLE_LOGGING=false | |