Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Upload folder using huggingface_hub
Browse files- modules/nodes/chat.py +4 -3
modules/nodes/chat.py
CHANGED
|
@@ -20,9 +20,10 @@ tools = [
|
|
| 20 |
tool_get_standardized_azhwar_names,
|
| 21 |
tool_get_standardized_prabandham_names,
|
| 22 |
tool_get_standardized_divya_desam_names,
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
|
|
|
| 26 |
]
|
| 27 |
llm = ChatOpenAI(
|
| 28 |
model="gpt-4o-mini", temperature=0.2, max_retries=0, timeout=Timeout(60.0)
|
|
|
|
| 20 |
tool_get_standardized_azhwar_names,
|
| 21 |
tool_get_standardized_prabandham_names,
|
| 22 |
tool_get_standardized_divya_desam_names,
|
| 23 |
+
## disabling this tool as it is causing more latency
|
| 24 |
+
# tool_format_scripture_answer,
|
| 25 |
+
# tool_search_web,
|
| 26 |
+
# tool_push,
|
| 27 |
]
|
| 28 |
llm = ChatOpenAI(
|
| 29 |
model="gpt-4o-mini", temperature=0.2, max_retries=0, timeout=Timeout(60.0)
|