Skip to content

Commit

Permalink
tests: base.test_reader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward-Jackson-ONS committed Aug 20, 2024
1 parent 0c7659f commit 0d69f64
Show file tree
Hide file tree
Showing 2 changed files with 412 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def default_llm() -> ChatOllama:
"""Instantiate default LLM object for use in testing."""

llm = ChatOllama(
model_name="gemma",
model="gemma",
temperature=0,
# max_output_tokens=2048,
)
Expand Down
Loading

0 comments on commit 0d69f64

Please sign in to comment.