This commit is contained in:
2025-08-19 13:50:59 +08:00
parent 74c0c22b96
commit 217f5b2266
4 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ logger = logging.getLogger(__name__)
# 服务器地址
BASE_URL = "http://localhost:8000"
CHAT_ENDPOINT = f"{BASE_URL}/api/chat"
CHAT_ENDPOINT = f"{BASE_URL}/api/teaching_chat"
# 用户ID固定一个以便模拟多轮对话
USER_ID = "test_user_123"