Miladsaeedi70's picture
Merge GPT-4.1 GAIA agent with ZeroGPU support
54b321b
|
Raw
History Blame Contribute Delete
873 Bytes

A newer version of the Gradio SDK is available: 6.22.0

Upgrade
metadata
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.