From 51589364a114e3dfd270cde7b57a3f824cc89e2d Mon Sep 17 00:00:00 2001 From: Brian Dev Date: Sat, 15 Mar 2025 01:03:12 +0700 Subject: [PATCH] Add new line --- tests/llm_translation/test_prompt_factory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/llm_translation/test_prompt_factory.py b/tests/llm_translation/test_prompt_factory.py index 5d450f264b..1844af2030 100644 --- a/tests/llm_translation/test_prompt_factory.py +++ b/tests/llm_translation/test_prompt_factory.py @@ -752,4 +752,4 @@ def test_ollama_pt(): {"role": "system", "content": "You are a helpful assistant."}, {"role": "user", "content": "Hello!"}, ] - ollama_pt(model="ollama/llama3.1:8b", messages=messages) \ No newline at end of file + ollama_pt(model="ollama/llama3.1:8b", messages=messages)