Update app.py
Browse files
app.py
CHANGED
|
@@ -97,6 +97,7 @@ DESCRIPTION = (
|
|
| 97 |
DEFAULT_QUESTION = (
|
| 98 |
f"In MCP's 1st Birthday Hackathon, what is the first name of the person who submitted a General AI Assistant, "
|
| 99 |
f"and what is the caption of their attached video at 1:04?"
|
|
|
|
| 100 |
|
| 101 |
DEFAULT_GROUND_TRUTH = "Bernd, Humanity's Last Exam Problem"
|
| 102 |
|
|
|
|
| 97 |
DEFAULT_QUESTION = (
|
| 98 |
f"In MCP's 1st Birthday Hackathon, what is the first name of the person who submitted a General AI Assistant, "
|
| 99 |
f"and what is the caption of their attached video at 1:04?"
|
| 100 |
+
)
|
| 101 |
|
| 102 |
DEFAULT_GROUND_TRUTH = "Bernd, Humanity's Last Exam Problem"
|
| 103 |
|