diff --git a/tools/test_api.py b/tools/test_api.py index ef72ff30..fcdb6b85 100644 --- a/tools/test_api.py +++ b/tools/test_api.py @@ -12,7 +12,7 @@ BASE_URL = "http://127.0.0.1:8000" ENDPOINT = "/generate_plan" # The user prompt we will send for the test -TEST_PROMPT = "起飞后移动到学生宿舍上方搜索蓝色车辆,并进行打击" +TEST_PROMPT = "起飞" def test_generate_plan(): """ diff --git a/tools/vector_store/chroma.sqlite3 b/tools/vector_store/chroma.sqlite3 index 0797de18..bf56a844 100644 Binary files a/tools/vector_store/chroma.sqlite3 and b/tools/vector_store/chroma.sqlite3 differ