aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-07-29 07:32:26 +0800
committerGitHub <noreply@github.com>2024-07-29 07:32:26 +0800
commita7342a1cbf0ae558db9005870ddb20a539daac68 (patch)
treea5b4f3ddaf2421f12967291f6ce4a89243b03360 /.github/workflows/ci.yaml
parent4d18d6346d4aea16cc9dac1bcfc3ccc4c15a7bd0 (diff)
downloadllm-functions-docker-a7342a1cbf0ae558db9005870ddb20a539daac68.tar.gz
feat: add web_search_* tools, rm some search_* tools (#78)
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r--.github/workflows/ci.yaml2
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