Spaces:
Sleeping
Sleeping
EtienneB
commited on
Commit
·
ce842f8
1
Parent(s):
9945183
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -13,13 +13,11 @@ from tools import (absolute, add, analyze_csv_file, analyze_excel_file,
|
|
| 13 |
arvix_search, audio_transcription, compound_interest,
|
| 14 |
convert_temperature, divide, exponential,
|
| 15 |
extract_text_from_image, factorial, floor_divide,
|
| 16 |
-
get_current_time_in_timezone,
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
roman_calculator_converter, square_root, subtract,
|
| 22 |
-
web_content_extract, web_search, wiki_search)
|
| 23 |
|
| 24 |
# Load Constants
|
| 25 |
load_dotenv()
|
|
|
|
| 13 |
arvix_search, audio_transcription, compound_interest,
|
| 14 |
convert_temperature, divide, exponential,
|
| 15 |
extract_text_from_image, factorial, floor_divide,
|
| 16 |
+
get_current_time_in_timezone, greatest_common_divisor,
|
| 17 |
+
is_prime, least_common_multiple, logarithm, modulus,
|
| 18 |
+
multiply, percentage_calculator, power, python_code_parser,
|
| 19 |
+
reverse_sentence, roman_calculator_converter, square_root,
|
| 20 |
+
subtract, web_content_extract, web_search, wiki_search)
|
|
|
|
|
|
|
| 21 |
|
| 22 |
# Load Constants
|
| 23 |
load_dotenv()
|