Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -254,7 +254,7 @@ agent = CodeAgent(
|
|
254 |
],
|
255 |
model=model
|
256 |
)
|
257 |
-
|
258 |
-
print(agent.system_prompt)
|
259 |
|
260 |
GradioUI(agent).launch()
|
|
|
254 |
],
|
255 |
model=model
|
256 |
)
|
257 |
+
|
258 |
+
print(agent.prompt_templates["system_prompt"])
|
259 |
|
260 |
GradioUI(agent).launch()
|