Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 3df7c6c

Browse files
committed
Fix the unit tests for ollama FIM
Signed-off-by: Radoslav Dimitrov <[email protected]>
1 parent dc7bcc9 commit 3df7c6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/providers/ollama/test_ollama_completion_handler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ async def test_execute_completion_is_fim_request(handler, chat_request):
4040
prompt="FIM prompt",
4141
stream=False,
4242
options=chat_request["options"],
43+
suffix="",
4344
)
4445

4546

0 commit comments

Comments
 (0)