style: simplify LLM model terminology in UI

This commit is contained in:
Anish Sarkar 2026-04-02 10:11:35 +05:30
parent d2cf3fb3b7
commit 000c2d9b5b
18 changed files with 32 additions and 32 deletions

View file

@ -10,7 +10,7 @@ SurfSense uses [pytest](https://docs.pytest.org/) with two test layers: **unit**
- **PostgreSQL + pgvector** running locally (database `surfsense_test` will be used)
- **`REGISTRATION_ENABLED=TRUE`** in your `.env` (this is the default)
- A working LLM model with a valid API key in `global_llm_config.yaml` (for integration tests)
- A working model with a valid API key in `global_llm_config.yaml` (for integration tests)
No Redis or Celery is required — integration tests use an inline task dispatcher.