diff options
| author | sigoden <sigoden@gmail.com> | 2024-07-29 07:32:26 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-29 07:32:26 +0800 |
| commit | a7342a1cbf0ae558db9005870ddb20a539daac68 (patch) | |
| tree | a5b4f3ddaf2421f12967291f6ce4a89243b03360 /.github | |
| parent | 4d18d6346d4aea16cc9dac1bcfc3ccc4c15a7bd0 (diff) | |
| download | llm-functions-docker-a7342a1cbf0ae558db9005870ddb20a539daac68.tar.gz | |
feat: add web_search_* tools, rm some search_* tools (#78)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 88ea049..91170e6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,7 +42,7 @@ jobs: - name: Link web-search and code-interpreter run: | - argc link-web-search search_tavily.sh + argc link-web-search web_search_perplexity.sh argc link-code-interpreter execute_py_code.py - name: Run Test |
