update llm

This commit is contained in:
2025-12-17 21:29:44 +08:00
parent 9b7093da26
commit e28830cfaf

View File

@@ -93,7 +93,7 @@ Run from `backend/`:
### 1.6 Local verify ### 1.6 Local verify
- Build/run: `make run` - Build/run: `make run`
- Use REST client examples: `backend/test/[module]/[controller].http` (extend it for new endpoints) - Use REST client examples: `tests/[module]/[controller].http` (extend it for new endpoints)
### 1.7 Testing ### 1.7 Testing