File size: 873 Bytes
2705160 54b321b 62ad9da 2705160 54b321b 2705160 54b321b d123508 2705160 54b321b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | ---
title: GAIA Final Assignment Agent
emoji: 🤖
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: 5.49.1
app_file: app.py
pinned: false
python_version: 3.11
hf_oauth: true
---
# GAIA Final Assignment Agent
LangGraph-based multimodal agent for the Hugging Face Agents Course final assignment.
## Final graded model configuration
- `TEXT_MODEL=gpt-4.1`
- `VISION_MODEL=gpt-4.1`
- `AUDIO_MODEL=gpt-4o-mini-transcribe`
## Required Space secret
- `OPENAI_API_KEY`
## Recommended Space variables
- `SPACE_OWNER=Miladsaeedi70`
- `TEXT_MODEL=gpt-4.1`
- `VISION_MODEL=gpt-4.1`
- `AUDIO_MODEL=gpt-4o-mini-transcribe`
- `OPENAI_TIMEOUT=240`
- `OPENAI_MAX_RETRIES=3`
- `VIDEO_MAX_FRAMES=24`
- `VIDEO_BATCH_SIZE=8`
Keep the Space public so the submitted code link can be verified. Store the OpenAI API key only as a Hugging Face Space secret, never in a source file.
|