更新vllm后端的使用方法

This commit is contained in:
2025-10-13 11:54:02 +08:00
parent 00cde0d2dc
commit b91291b734
109 changed files with 7953 additions and 737 deletions

View File

@@ -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():
"""