Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent
agents-course
/
First_agent_template
like
675
Running
App
Files
Files
Community
663
Fetching metadata from the HF Docker repository...
Update app.py
#654
by
poushali369
- opened
11 days ago
base:
refs/heads/main
←
from:
refs/pr/654
Discussion
Files changed
+1
-0
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -63,6 +63,7 @@ agent = CodeAgent(
63
name=None,
64
description=None,
65
prompt_templates=prompt_templates
66
)
67
68
63
name=None,
64
description=None,
65
prompt_templates=prompt_templates
66
+
verbosity_level=0
67
)
68
69