Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanSara committed Feb 20, 2024
1 parent 818e7bf commit 8cf174a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def test_to_dict(mock_auto_tokenizer, mock_boto3_session, set_env_variables):
"model": "anthropic.claude-v2",
"generation_kwargs": {"temperature": 0.7},
"stop_words": [],
"streaming_callback": print_streaming_chunk,
"streaming_callback": 'haystack.components.generators.utils.print_streaming_chunk',
},
}

Expand Down

0 comments on commit 8cf174a

Please sign in to comment.