diff options
| author | sigoden <sigoden@gmail.com> | 2024-07-17 09:23:52 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-17 09:23:52 +0800 |
| commit | 2ee24731dc39985c5ed2014dc38edf44033af51d (patch) | |
| tree | 936e606bcce12db94f3e61369e4b61a340084754 /tools/search_arxiv.sh | |
| parent | a4087408a27eeeb15ef2b6e193b16a6848759668 (diff) | |
| download | llm-functions-docker-2ee24731dc39985c5ed2014dc38edf44033af51d.tar.gz | |
refactor: search tools (#76)
Diffstat (limited to 'tools/search_arxiv.sh')
| -rwxr-xr-x | tools/search_arxiv.sh | 2 |
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() { |
