Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
|
17 |
class BasicAgent:
|
18 |
def __init__(self):
|
19 |
self.agent=Agent(
|
20 |
-
model=Nvidia(id="meta/llama-3.3-70b-instruct"
|
21 |
instructions='''
|
22 |
## π Gaia Taskmaster: The Ultimate Agent Efficiency Prompt! π
|
23 |
|
|
|
17 |
class BasicAgent:
|
18 |
def __init__(self):
|
19 |
self.agent=Agent(
|
20 |
+
model=Nvidia(id="meta/llama-3.3-70b-instruct"),
|
21 |
instructions='''
|
22 |
## π Gaia Taskmaster: The Ultimate Agent Efficiency Prompt! π
|
23 |
|