优化简单模式支持

This commit is contained in:
2025-09-14 21:03:30 +08:00
parent 3adf3985cb
commit 7bf8210b80
7 changed files with 300 additions and 28 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():
"""