Spaces:
Sleeping
Sleeping
Update veryfinal.py
Browse files- veryfinal.py +1 -1
veryfinal.py
CHANGED
|
@@ -154,7 +154,7 @@ def optimized_web_search(query: str) -> str:
|
|
| 154 |
return f"Web search failed: {e}"
|
| 155 |
|
| 156 |
@tool
|
| 157 |
-
def optimized_wiki_search(query: str) -> str:
|
| 158 |
'''browses the entire wikipedia for a topic'''
|
| 159 |
try:
|
| 160 |
time.sleep(random.uniform(0.5,1))
|
|
|
|
| 154 |
return f"Web search failed: {e}"
|
| 155 |
|
| 156 |
@tool
|
| 157 |
+
def optimized_wiki_search(query: str) -> str:
|
| 158 |
'''browses the entire wikipedia for a topic'''
|
| 159 |
try:
|
| 160 |
time.sleep(random.uniform(0.5,1))
|