修改简单模式验证

This commit is contained in:
2025-12-03 17:13:59 +08:00
parent 43a0636913
commit c08cdfb339
509 changed files with 2422 additions and 66798 deletions

View File

@@ -14,7 +14,7 @@ BASE_URL = "http://127.0.0.1:8000"
ENDPOINT = "/generate_plan"
# The user prompt we will send for the test
TEST_PROMPT = "已知目标检测红色气球危险性高于蓝色气球高于绿色气球飞往搜索区搜索并锁定危险性最高的气球对其跟踪30秒后进行打击操作"
TEST_PROMPT = "起飞"
# Log file path (will be created in the same directory as this script)
LOG_FILE = os.path.join(os.path.dirname(__file__), "api_test.log")