aboutsummaryrefslogtreecommitdiffstats
path: root/tools/search_arxiv.sh
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-07-17 09:23:52 +0800
committerGitHub <noreply@github.com>2024-07-17 09:23:52 +0800
commit2ee24731dc39985c5ed2014dc38edf44033af51d (patch)
tree936e606bcce12db94f3e61369e4b61a340084754 /tools/search_arxiv.sh
parenta4087408a27eeeb15ef2b6e193b16a6848759668 (diff)
downloadllm-functions-docker-2ee24731dc39985c5ed2014dc38edf44033af51d.tar.gz
refactor: search tools (#76)
Diffstat (limited to 'tools/search_arxiv.sh')
-rwxr-xr-xtools/search_arxiv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/search_arxiv.sh b/tools/search_arxiv.sh
index 6ffa8cf..2aa7966 100755
--- a/tools/search_arxiv.sh
+++ b/tools/search_arxiv.sh
@@ -3,7 +3,7 @@ set -e
# @describe Search arXiv for a query and return the top papers.
-# @env ARXIV_MAX_RESULTS=5 The max results to return.
+# @env ARXIV_MAX_RESULTS=3 The max results to return.
# @option --query! The query to search for.
main() {