Spaces:
Sleeping
Sleeping
updated
Browse files- agent.py +2 -2
- requirements.txt +1 -1
agent.py
CHANGED
|
@@ -57,8 +57,8 @@ def create_assistant_tools(cfg):
|
|
| 57 |
summary_num_results = 10,
|
| 58 |
max_tokens = 4096, max_response_chars = 8192,
|
| 59 |
vectara_summarizer = summarizer,
|
| 60 |
-
include_citations =
|
| 61 |
-
verbose =
|
| 62 |
)
|
| 63 |
|
| 64 |
tools_factory = ToolsFactory()
|
|
|
|
| 57 |
summary_num_results = 10,
|
| 58 |
max_tokens = 4096, max_response_chars = 8192,
|
| 59 |
vectara_summarizer = summarizer,
|
| 60 |
+
include_citations = False,
|
| 61 |
+
verbose = False
|
| 62 |
)
|
| 63 |
|
| 64 |
tools_factory = ToolsFactory()
|
requirements.txt
CHANGED
|
@@ -6,5 +6,5 @@ langdetect==1.0.9
|
|
| 6 |
langcodes==3.4.0
|
| 7 |
datasets==2.19.2
|
| 8 |
uuid==1.30
|
| 9 |
-
vectara-agentic==0.2.
|
| 10 |
torch==2.6.0
|
|
|
|
| 6 |
langcodes==3.4.0
|
| 7 |
datasets==2.19.2
|
| 8 |
uuid==1.30
|
| 9 |
+
vectara-agentic==0.2.16
|
| 10 |
torch==2.6.0
|