Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent
agents-course
/
First_agent_template
like
697
Running
App
Files
Files
Community
697
Fetching metadata from the HF Docker repository...
Update app.py
#654
by
poushali369
- opened
Apr 27
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