Spaces:
Runtime error
Runtime error
| # Hugging Face token with Inference API access (required). | |
| HF_TOKEN=hf_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | |
| # Backend: "hf" (HF Inference API, needs credits), "groq" (free API, fast), | |
| # or "ollama" (local model, free / offline). | |
| # GAIA_BACKEND=groq | |
| # Groq free API key (required when GAIA_BACKEND=groq). Get one at | |
| # https://console.groq.com/keys | |
| GROQ_API_KEY=gsk_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | |
| # Optional overrides. | |
| # GAIA_MODEL_ID=Qwen/Qwen2.5-72B-Instruct | |
| # GAIA_GROQ_MODEL=llama-3.3-70b-versatile | |
| # GAIA_OLLAMA_MODEL=qwen2:7b | |
| # GAIA_API_URL=https://agents-course-unit4-scoring.hf.space | |