Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
david-thrower
/
3B-Param-Agent
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
david-thrower
commited on
Aug 7, 2025
Commit
fc9b54b
·
verified
·
1 Parent(s):
324554d
Update app.py
Browse files
Print out system prompt to look for opportunities to optimize...
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -54,6 +54,6 @@ agent = CodeAgent(
54
],
55
model=model,
56
)
57
-
58
59
GradioUI(agent).launch()
54
],
55
model=model,
56
)
57
+
print(agent.system_prompt)
58
59
GradioUI(agent).launch()