Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -42,7 +42,7 @@ def initialize_agent(endpoint_uri: str):
|
|
| 42 |
additional_authorized_imports=["pytz"]
|
| 43 |
)
|
| 44 |
|
| 45 |
-
print_default_prompt_templates( agent )
|
| 46 |
|
| 47 |
return agent
|
| 48 |
|
|
|
|
| 42 |
additional_authorized_imports=["pytz"]
|
| 43 |
)
|
| 44 |
|
| 45 |
+
#print_default_prompt_templates( agent )
|
| 46 |
|
| 47 |
return agent
|
| 48 |
|