Spaces:
Running
Running
| ``` | |
| # Hugging Face Settings | |
| HF_TOKEN=your_hf_token_here | |
| USE_INFERENCE_API=1 | |
| INFERENCE_LLM_MODEL=Qwen/Qwen2.5-7B-Instruct | |
| LOCAL_LLM_MODEL=google/flan-t5-base | |
| # Path Settings | |
| FRONTEND_BASE_PATH=/ | |
| API_BASE_URL=/api | |
| # Security | |
| WEBHOOK_API_KEY=your_secure_api_key_here | |
| ``` | |
| 6. For the frontend, let's create a basic setup: |