Spaces:
Running
Running
| # Copy to .env in this directory for local development. | |
| # Required | |
| HF_TOKEN=your_huggingface_token_here | |
| AGENTS_LLM_MODEL=huggingface/Qwen/Qwen2.5-7B-Instruct | |
| # Optional | |
| AGENTS_LLM_TEMPERATURE=0.5 | |
| # AGENTS_LLM_BASE_URL=https://your-openai-compatible-endpoint.example | |
| # Optional (local debugging only) | |
| # AGENTS_DEBUG=1 | |
| # PORT=9000 | |