docs(tests): correct e2e prerequisites in module docstring
Missed in the previous sweep: this docstring still named wakeup.sh, which the Makefile replaced, and mistral-nemo, which gemma4:e2b replaced. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -11,9 +11,9 @@ These tests hit the actual running server and verify data persistence.
|
||||
They use the `llm_tester` user for isolation from production data.
|
||||
|
||||
Requirements:
|
||||
- Server running on localhost:8777 (use ./wakeup.sh)
|
||||
- Server running on localhost:8777 (use `make run`)
|
||||
- Qdrant running on localhost:6333
|
||||
- Ollama running with mistral-nemo model
|
||||
- Ollama running with the gemma4:e2b model
|
||||
|
||||
Note: LLM outputs are non-deterministic. Tests use flexible assertions
|
||||
that check for behavioral patterns rather than exact text matches.
|
||||
|
||||
Reference in New Issue
Block a user