Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ class EnhancedAgent:
|
|
| 27 |
|
| 28 |
# Initialize external APIs (would need proper API keys in production)
|
| 29 |
self.wiki_wiki = wikipediaapi.Wikipedia('en')
|
| 30 |
-
|
| 31 |
|
| 32 |
def calculator(self, expression: str) -> str:
|
| 33 |
"""Evaluate mathematical expressions"""
|
|
|
|
| 27 |
|
| 28 |
# Initialize external APIs (would need proper API keys in production)
|
| 29 |
self.wiki_wiki = wikipediaapi.Wikipedia('en')
|
| 30 |
+
# self.wolfram_client = wolframalpha.Client('YOUR_WOLFRAM_APP_ID') # Replace with actual ID
|
| 31 |
|
| 32 |
def calculator(self, expression: str) -> str:
|
| 33 |
"""Evaluate mathematical expressions"""
|