Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Jan 8, 2024
1 parent b56d818 commit d6e5bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/ollama/tests/test_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_init_default(self):
assert component.system_prompt is None
assert component.template is None
assert component.raw is False
assert component.timeout == 30
assert component.timeout == 120

def test_init(self):
component = OllamaGenerator(
Expand Down

0 comments on commit d6e5bb5

Please sign in to comment.