File size: 756 Bytes
2705160 62ad9da 2705160 d123508 2705160 cb2e2ec f042db0 cb2e2ec f042db0 |
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 |
---
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
# optional, default duration is 8 hours/480 minutes. Max duration is 30 days/43200 minutes.
hf_oauth_expiration_minutes: 480
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
## Tag 1.0.0
- Basic agent without any tools obtains 1 / 20 correct answers using claude 3.7
-
## Tag 1.1.0
- Adding web and wikipedia tools to single agent obtains 5 / 20 correct answers using claude 3.7 and gpt-4o
## Tag 1.2.0
- Adding a `writer_agent` obtains 7 / 20 correct answers using claude 3.7 for research and gpt-4o for write the answers
|