Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update agent.py
Browse files
agent.py
CHANGED
@@ -87,7 +87,7 @@ class AgentTools:
|
|
87 |
}
|
88 |
],
|
89 |
n_sentences_before = 2, n_sentences_after = 2, lambda_val = 0.005,
|
90 |
-
summary_num_results =
|
91 |
vectara_summarizer = summarizer,
|
92 |
include_citations = False,
|
93 |
)
|
|
|
87 |
}
|
88 |
],
|
89 |
n_sentences_before = 2, n_sentences_after = 2, lambda_val = 0.005,
|
90 |
+
summary_num_results = 5,
|
91 |
vectara_summarizer = summarizer,
|
92 |
include_citations = False,
|
93 |
)
|