mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 18:50:33 +00:00
13 lines
270 B
Python
13 lines
270 B
Python
# 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>
|