Raj
Upload 5 files
058e8a6 verified
|
Raw
History Blame Contribute Delete
1.06 kB
---
title: Template Final Assignment
emoji: πŸ•΅πŸ»β€β™‚οΈ
colorFrom: indigo
colorTo: indigo
sdk: gradio
sdk_version: 5.25.2
app_file: app.py
pinned: false
hf_oauth: true
hf_oauth_expiration_minutes: 480
---
# GAIA Agent β€” Final Assignment
A `smolagents` CodeAgent built to answer GAIA Level 1 questions for the HF Agents
course final assignment. Uses HF Inference Providers as the LLM backend with
Serper for web search, plus tools for browsing, Wikipedia, YouTube transcripts,
GAIA file attachments, audio transcription, and image analysis.
## Required Space secrets
| Secret | Purpose |
| ---------------- | -------------------------------------------------------- |
| `HF_TOKEN` | HF Inference Providers (uses your Pro quota) |
| `SERPER_API_KEY` | Web search via serper.dev |
Optional overrides:
- `AGENT_MODEL_ID` β€” default `meta-llama/Llama-3.3-70B-Instruct`
- `AGENT_PROVIDER` β€” default `auto` (HF Inference Providers routing)