chore: update README.md files (#33919)

This commit is contained in:
Mason Daugherty
2025-11-10 22:51:35 -05:00
committed by GitHub
parent 68643153e5
commit 3dfea96ec1
15 changed files with 133 additions and 41 deletions

View File

@@ -0,0 +1,12 @@
# Running Tests
#
# To run integration tests (`make integration_tests`), you will need the following
# models installed in your Ollama server:
#
# - `llama3.1`
# - `deepseek-r1:1.5b`
# - `gpt-oss:20b`
#
# Install these models by running:
#
# ollama pull <name-of-model>