Spaces:
Sleeping
Sleeping
Salman Chakaev
commited on
Commit
·
31d6247
1
Parent(s):
24d682d
geo
Browse files- app.py +1 -1
- requirements.txt +1 -2
app.py
CHANGED
|
@@ -22,7 +22,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
| 22 |
"""A tool that fetches the current local time in a specified timezone.
|
| 23 |
Args:
|
| 24 |
timezone: A string representing a valid timezone (e.g., 'America/New_York').
|
| 25 |
-
You have to ask user his location to use this tool.
|
| 26 |
"""
|
| 27 |
try:
|
| 28 |
# Create timezone object
|
|
|
|
| 22 |
"""A tool that fetches the current local time in a specified timezone.
|
| 23 |
Args:
|
| 24 |
timezone: A string representing a valid timezone (e.g., 'America/New_York').
|
| 25 |
+
You have to ask user his location to use this tool. Do not assume their location.
|
| 26 |
"""
|
| 27 |
try:
|
| 28 |
# Create timezone object
|
requirements.txt
CHANGED
|
@@ -2,5 +2,4 @@ markdownify
|
|
| 2 |
smolagents
|
| 3 |
requests
|
| 4 |
duckduckgo_search
|
| 5 |
-
pandas
|
| 6 |
-
ipinfo
|
|
|
|
| 2 |
smolagents
|
| 3 |
requests
|
| 4 |
duckduckgo_search
|
| 5 |
+
pandas
|
|
|